Html Css Color HEX #0FCCAA Caribbean Green

📋 copy color: '#0FCCAA'

red 15 ◦ green 204 ◦ blue 170

#0FCCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0FCCAA

Tints of Caribbean Green #0FCCAA

RGB

 RED value IS 15 (6.25% from 255) = 3.86%

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 3.86%
G = 52.44%
B = 43.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#0FCCAA (or 0x0FCCAA) is known color: Caribbean Green. HEX triplet: 0F, CC and AA. RGB value is (15,204,170). Sum of RGB (Red+Green+Blue) = 15+204+170=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCAA is #F03355. Grayscale: #8F8F8F. Windows color (decimal): -15741782 or 11193359. OLE color: 11193359.

HSL color Cylindrical-coordinate representation of color #0FCCAA: hue angle of 169.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCAA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 170 -
CMYK 0.93 0 0.17 0.2
HSL 169.21º 0.86% 0.43% -
HSV(B) 169.21º 0.93% 0.8% -
XYZ 29.05 46.19 45.41 -
YUV 143.61 142.88 36.26 -
System Red Green Blue C M Y K H S L
Decimal 15 204 170 0.93 0 0.17 0.2 169.21 0.86 0.43
Hex F CC AA 5D 0 11 14 A9 56 2B
Octal 17 314 252 135 0 21 24 251 126 53
Binary 1111 11001100 10101010 1011101 0 10001 10100 10101001 1010110 101011

Color Harmonies of #0FCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCAA

Black with #0FCCAA

Text Example


Text Example

White with #0FCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,204,170); }

 H1.HeaderClassName
 {
   color: #0FCCAA;
 }
 .AnyTagClassName
 {
   color: #0FCCAA;
 }
</style>

background-color css

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

 a { background-color: rgb(15,204,170); }

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

border-color css

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

 span { border-color: rgb(15,204,170); }

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