Html Css Color HEX #0FCAA9 Caribbean Green

📋 copy color: '#0FCAA9'

red 15 ◦ green 202 ◦ blue 169

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

Shades of Caribbean Green #0FCAA9

Tints of Caribbean Green #0FCAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 3.89%
G = 52.33%
B = 43.78%

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

#0FCAA9 (or 0x0FCAA9) is known color: Caribbean Green. HEX triplet: 0F, CA and A9. RGB value is (15,202,169). Sum of RGB (Red+Green+Blue) = 15+202+169=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCAA9 is #F03556. Grayscale: #8E8E8E. Windows color (decimal): -15742295 or 11127311. OLE color: 11127311.

HSL color Cylindrical-coordinate representation of color #0FCAA9: hue angle of 169.41º 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 #0FCAA9 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 202 169 -
CMYK 0.93 0 0.16 0.21
HSL 169.41º 0.86% 0.43% -
HSV(B) 169.41º 0.93% 0.79% -
XYZ 28.48 45.21 44.76 -
YUV 142.33 143.05 37.18 -
System Red Green Blue C M Y K H S L
Decimal 15 202 169 0.93 0 0.16 0.21 169.41 0.86 0.43
Hex F CA A9 5D 0 10 15 A9 56 2B
Octal 17 312 251 135 0 20 25 251 126 53
Binary 1111 11001010 10101001 1011101 0 10000 10101 10101001 1010110 101011

Color Harmonies of #0FCAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAA9

Black with #0FCAA9

Text Example


Text Example

White with #0FCAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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