Html Css Color HEX #0FCCA2 Caribbean Green

📋 copy color: '#0FCCA2'

red 15 ◦ green 204 ◦ blue 162

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

Shades of Caribbean Green #0FCCA2

Tints of Caribbean Green #0FCCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.52%

R = 3.94%
G = 53.54%
B = 42.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#0FCCA2 (or 0x0FCCA2) is known color: Caribbean Green. HEX triplet: 0F, CC and A2. RGB value is (15,204,162). Sum of RGB (Red+Green+Blue) = 15+204+162=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCCA2 is #F0335D. Grayscale: #8E8E8E. Windows color (decimal): -15741790 or 10669071. OLE color: 10669071.

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

Color convert

RGB 15 204 162 -
CMYK 0.93 0 0.21 0.2
HSL 166.67º 0.86% 0.43% -
HSV(B) 166.67º 0.93% 0.8% -
XYZ 28.31 45.9 41.55 -
YUV 142.7 138.88 36.92 -
System Red Green Blue C M Y K H S L
Decimal 15 204 162 0.93 0 0.21 0.2 166.67 0.86 0.43
Hex F CC A2 5D 0 15 14 A7 56 2B
Octal 17 314 242 135 0 25 24 247 126 53
Binary 1111 11001100 10100010 1011101 0 10101 10100 10100111 1010110 101011

Color Harmonies of #0FCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCA2

Black with #0FCCA2

Text Example


Text Example

White with #0FCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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