#0FD088

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

Shades of Caribbean Green #0FD088

Tints of Caribbean Green #0FD088

Color information

#0FD088 (or 0x0FD088) is unknown color: approx Caribbean Green. HEX triplet: 0F, D0 and 88. RGB value is (15,208,136). Sum of RGB (Red+Green+Blue) = 15+208+136=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD088 is #F02F77. Grayscale: #8E8E8E. Windows color (decimal): -15740792 or 8966159. OLE color: 8966159.

HSL color Cylindrical-coordinate representation of color #0FD088: hue angle of 157.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD088 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB15208136-
CMYK0.9300.350.18
HSL157.62º86.55%43.73%-
HSV(B)157.62º92.79%81.57%-
XYZ27.246.9930.93-
YUV142.08124.5637.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.18%
GREEN value IS 208 (81.64% from 255) = 57.94%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=4.18%
G=57.94%
B=37.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152081360.9300.350.18157.6286.5543.73
HexFD0885D023129e572c
Octal173202101350432223612754
Binary111111010000100010001011101010001110010100111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,208,136); }

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

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

 a { background-color: rgb(15,208,136); }

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

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

 span { border-color: rgb(15,208,136); }

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