Html Css Color HEX #0FC9A6 Caribbean Green

📋 copy color: '#0FC9A6'

red 15 ◦ green 201 ◦ blue 166

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

Shades of Caribbean Green #0FC9A6

Tints of Caribbean Green #0FC9A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 3.93%
G = 52.62%
B = 43.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#0FC9A6 (or 0x0FC9A6) is known color: Caribbean Green. HEX triplet: 0F, C9 and A6. RGB value is (15,201,166). Sum of RGB (Red+Green+Blue) = 15+201+166=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC9A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC9A6 is #F03659. Grayscale: #8D8D8D. Windows color (decimal): -15742554 or 10930447. OLE color: 10930447.

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

Color convert

RGB 15 201 166 -
CMYK 0.93 0 0.17 0.21
HSL 168.71º 0.86% 0.42% -
HSV(B) 168.71º 0.93% 0.79% -
XYZ 27.97 44.63 43.22 -
YUV 141.4 141.88 37.85 -
System Red Green Blue C M Y K H S L
Decimal 15 201 166 0.93 0 0.17 0.21 168.71 0.86 0.42
Hex F C9 A6 5D 0 11 15 A9 56 2A
Octal 17 311 246 135 0 21 25 251 126 52
Binary 1111 11001001 10100110 1011101 0 10001 10101 10101001 1010110 101010

Color Harmonies of #0FC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9A6

Black with #0FC9A6

Text Example


Text Example

White with #0FC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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