Html Css Color HEX #0FC9A0 Caribbean Green

📋 copy color: '#0FC9A0'

red 15 ◦ green 201 ◦ blue 160

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

Shades of Caribbean Green #0FC9A0

Tints of Caribbean Green #0FC9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 3.99%
G = 53.46%
B = 42.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#0FC9A0 (or 0x0FC9A0) is known color: Caribbean Green. HEX triplet: 0F, C9 and A0. RGB value is (15,201,160). Sum of RGB (Red+Green+Blue) = 15+201+160=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC9A0 is #F0365F. Grayscale: #8C8C8C. Windows color (decimal): -15742560 or 10537231. OLE color: 10537231.

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

Color convert

RGB 15 201 160 -
CMYK 0.93 0 0.20 0.21
HSL 166.77º 0.86% 0.42% -
HSV(B) 166.77º 0.93% 0.79% -
XYZ 27.43 44.41 40.38 -
YUV 140.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 15 201 160 0.93 0 0.20 0.21 166.77 0.86 0.42
Hex F C9 A0 5D 0 14 15 A7 56 2A
Octal 17 311 240 135 0 24 25 247 126 52
Binary 1111 11001001 10100000 1011101 0 10100 10101 10100111 1010110 101010

Color Harmonies of #0FC9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9A0

Black with #0FC9A0

Text Example


Text Example

White with #0FC9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,160); }

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

background-color css

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

 a { background-color: rgb(15,201,160); }

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

border-color css

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

 span { border-color: rgb(15,201,160); }

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