Html Css Color HEX #0CBCA2 Caribbean Green

📋 copy color: '#0CBCA2'

red 12 ◦ green 188 ◦ blue 162

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

Shades of Caribbean Green #0CBCA2

Tints of Caribbean Green #0CBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 3.31%
G = 51.93%
B = 44.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#0CBCA2 (or 0x0CBCA2) is known color: Caribbean Green. HEX triplet: 0C, BC and A2. RGB value is (12,188,162). Sum of RGB (Red+Green+Blue) = 12+188+162=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBCA2 is #F3435D. Grayscale: #848484. Windows color (decimal): -15942494 or 10664972. OLE color: 10664972.

HSL color Cylindrical-coordinate representation of color #0CBCA2: hue angle of 171.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCA2 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 162 -
CMYK 0.94 0 0.14 0.26
HSL 171.14º 0.88% 0.39% -
HSV(B) 171.14º 0.94% 0.74% -
XYZ 24.66 38.65 40.34 -
YUV 132.41 144.69 42.11 -
System Red Green Blue C M Y K H S L
Decimal 12 188 162 0.94 0 0.14 0.26 171.14 0.88 0.39
Hex C BC A2 5E 0 E 1A AB 58 27
Octal 14 274 242 136 0 16 32 253 130 47
Binary 1100 10111100 10100010 1011110 0 1110 11010 10101011 1011000 100111

Color Harmonies of #0CBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCA2

Black with #0CBCA2

Text Example


Text Example

White with #0CBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,162); }

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

background-color css

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

 a { background-color: rgb(12,188,162); }

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

border-color css

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

 span { border-color: rgb(12,188,162); }

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