Html Css Color HEX #0FCAAA Caribbean Green

📋 copy color: '#0FCAAA'

red 15 ◦ green 202 ◦ blue 170

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

Shades of Caribbean Green #0FCAAA

Tints of Caribbean Green #0FCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.2%

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

R = 3.88%
G = 52.2%
B = 43.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#0FCAAA (or 0x0FCAAA) is known color: Caribbean Green. HEX triplet: 0F, CA and AA. RGB value is (15,202,170). Sum of RGB (Red+Green+Blue) = 15+202+170=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAAA is #F03555. Grayscale: #8E8E8E. Windows color (decimal): -15742294 or 11192847. OLE color: 11192847.

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

Color convert

RGB 15 202 170 -
CMYK 0.93 0 0.16 0.21
HSL 169.73º 0.86% 0.43% -
HSV(B) 169.73º 0.93% 0.79% -
XYZ 28.57 45.24 45.26 -
YUV 142.44 143.55 37.1 -
System Red Green Blue C M Y K H S L
Decimal 15 202 170 0.93 0 0.16 0.21 169.73 0.86 0.43
Hex F CA AA 5D 0 10 15 AA 56 2B
Octal 17 312 252 135 0 20 25 252 126 53
Binary 1111 11001010 10101010 1011101 0 10000 10101 10101010 1010110 101011

Color Harmonies of #0FCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAAA

Black with #0FCAAA

Text Example


Text Example

White with #0FCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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