Html Css Color HEX #0CCAB1 Caribbean Green

📋 copy color: '#0CCAB1'

red 12 ◦ green 202 ◦ blue 177

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

Shades of Caribbean Green #0CCAB1

Tints of Caribbean Green #0CCAB1

RGB

 RED value IS 12 (5.08% from 255) = 3.07%

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 3.07%
G = 51.66%
B = 45.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#0CCAB1 (or 0x0CCAB1) is known color: Caribbean Green. HEX triplet: 0C, CA and B1. RGB value is (12,202,177). Sum of RGB (Red+Green+Blue) = 12+202+177=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAB1 is #F3354E. Grayscale: #8E8E8E. Windows color (decimal): -15938895 or 11651596. OLE color: 11651596.

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

Color convert

RGB 12 202 177 -
CMYK 0.94 0 0.12 0.21
HSL 172.11º 0.89% 0.42% -
HSV(B) 172.11º 0.94% 0.79% -
XYZ 29.21 45.49 48.84 -
YUV 142.34 147.55 35.03 -
System Red Green Blue C M Y K H S L
Decimal 12 202 177 0.94 0 0.12 0.21 172.11 0.89 0.42
Hex C CA B1 5E 0 C 15 AC 59 2A
Octal 14 312 261 136 0 14 25 254 131 52
Binary 1100 11001010 10110001 1011110 0 1100 10101 10101100 1011001 101010

Color Harmonies of #0CCAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAB1

Black with #0CCAB1

Text Example


Text Example

White with #0CCAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,177); }

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

background-color css

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

 a { background-color: rgb(12,202,177); }

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

border-color css

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

 span { border-color: rgb(12,202,177); }

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