#0FD898

Color #0FD898 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0FD898

Tints of Caribbean Green #0FD898

Color information

#0FD898 (or 0x0FD898) is unknown color: approx Caribbean Green. HEX triplet: 0F, D8 and 98. RGB value is (15,216,152). Sum of RGB (Red+Green+Blue) = 15+216+152=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD898 is #F02767. Grayscale: #949494. Windows color (decimal): -15738728 or 10016783. OLE color: 10016783.

HSL color Cylindrical-coordinate representation of color #0FD898: hue angle of 160.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD898 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB15216152-
CMYK0.9300.300.15
HSL160.9º87.01%45.29%-
HSV(B)160.9º93.06%84.71%-
XYZ30.4251.4838.04-
YUV148.6129.9132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 3.92%
GREEN value IS 216 (84.77% from 255) = 56.40%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=3.92%
G=56.40%
B=39.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152161520.9300.300.15160.987.0145.29
HexFD8985D01EFa1572d
Octal173302301350361724112755
Binary1111110110001001100010111010111101111101000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FD898; }

 p { color: rgb(15,216,152); }

 H1.HeaderClassName
 {
   color: #0FD898;
 }
 .AnyTagClassName
 {
   color: #0FD898;
 }
</style>
background-color css

<style>
 a { background-color: #0FD898; }

 a { background-color: rgb(15,216,152); }

 div.DivClassName
 {
   background-color: #0FD898;
 }
 .BgClassName
 {
   background-color: #0FD898;
 }
</style>
border-color css

<style>
 span { border-color: #0FD898; }

 span { border-color: rgb(15,216,152); }

 td.TdClassName
 {
   border-color: #0FD898;
 }
 .TagClassName
 {
   border-color: #0FD898;
 }
</style>