Html Css Color HEX #0FCCA6 Caribbean Green

📋 copy color: '#0FCCA6'

red 15 ◦ green 204 ◦ blue 166

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

Shades of Caribbean Green #0FCCA6

Tints of Caribbean Green #0FCCA6

RGB

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

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

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

R = 3.9%
G = 52.99%
B = 43.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#0FCCA6 (or 0x0FCCA6) is known color: Caribbean Green. HEX triplet: 0F, CC and A6. RGB value is (15,204,166). Sum of RGB (Red+Green+Blue) = 15+204+166=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCA6 is #F03359. Grayscale: #8F8F8F. Windows color (decimal): -15741786 or 10931215. OLE color: 10931215.

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

Color convert

RGB 15 204 166 -
CMYK 0.93 0 0.19 0.2
HSL 167.94º 0.86% 0.43% -
HSV(B) 167.94º 0.93% 0.8% -
XYZ 28.67 46.04 43.45 -
YUV 143.16 140.88 36.59 -
System Red Green Blue C M Y K H S L
Decimal 15 204 166 0.93 0 0.19 0.2 167.94 0.86 0.43
Hex F CC A6 5D 0 13 14 A8 56 2B
Octal 17 314 246 135 0 23 24 250 126 53
Binary 1111 11001100 10100110 1011101 0 10011 10100 10101000 1010110 101011

Color Harmonies of #0FCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCA6

Black with #0FCCA6

Text Example


Text Example

White with #0FCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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