Html Css Color HEX #0CCCB1 Caribbean Green

📋 copy color: '#0CCCB1'

red 12 ◦ green 204 ◦ blue 177

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

Shades of Caribbean Green #0CCCB1

Tints of Caribbean Green #0CCCB1

RGB

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

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

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

R = 3.05%
G = 51.91%
B = 45.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#0CCCB1 (or 0x0CCCB1) is known color: Caribbean Green. HEX triplet: 0C, CC and B1. RGB value is (12,204,177). Sum of RGB (Red+Green+Blue) = 12+204+177=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCCB1 is #F3334E. Grayscale: #8F8F8F. Windows color (decimal): -15938383 or 11652108. OLE color: 11652108.

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

Color convert

RGB 12 204 177 -
CMYK 0.94 0 0.13 0.2
HSL 171.56º 0.89% 0.42% -
HSV(B) 171.56º 0.94% 0.8% -
XYZ 29.68 46.44 48.99 -
YUV 143.51 146.89 34.2 -
System Red Green Blue C M Y K H S L
Decimal 12 204 177 0.94 0 0.13 0.2 171.56 0.89 0.42
Hex C CC B1 5E 0 D 14 AC 59 2A
Octal 14 314 261 136 0 15 24 254 131 52
Binary 1100 11001100 10110001 1011110 0 1101 10100 10101100 1011001 101010

Color Harmonies of #0CCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCB1

Black with #0CCCB1

Text Example


Text Example

White with #0CCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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