#0FDAAE

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

Shades of Caribbean Green #0FDAAE

Tints of Caribbean Green #0FDAAE

Color information

#0FDAAE (or 0x0FDAAE) is unknown color: approx Caribbean Green. HEX triplet: 0F, DA and AE. RGB value is (15,218,174). Sum of RGB (Red+Green+Blue) = 15+218+174=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDAAE is #F02551. Grayscale: #989898. Windows color (decimal): -15738194 or 11459087. OLE color: 11459087.

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

Color convert

RGB15218174-
CMYK0.9300.200.15
HSL167º87.12%45.69%-
HSV(B)167º93.12%85.49%-
XYZ32.9153.348.6-
YUV152.29140.2530.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.69%
GREEN value IS 218 (85.55% from 255) = 53.56%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=3.69%
G=53.56%
B=42.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152181740.9300.200.1516787.1245.69
HexFDAAE5D014Fa7572e
Octal173322561350241724712756
Binary1111110110101010111010111010101001111101001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,218,174); }

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

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

 a { background-color: rgb(15,218,174); }

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

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

 span { border-color: rgb(15,218,174); }

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