Html Css Color HEX #0CCA9A Caribbean Green

📋 copy color: '#0CCA9A'

red 12 ◦ green 202 ◦ blue 154

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

Shades of Caribbean Green #0CCA9A

Tints of Caribbean Green #0CCA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 3.26%
G = 54.89%
B = 41.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#0CCA9A (or 0x0CCA9A) is known color: Caribbean Green. HEX triplet: 0C, CA and 9A. RGB value is (12,202,154). Sum of RGB (Red+Green+Blue) = 12+202+154=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCA9A is #F33565. Grayscale: #8B8B8B. Windows color (decimal): -15938918 or 10144268. OLE color: 10144268.

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

Color convert

RGB 12 202 154 -
CMYK 0.94 0 0.24 0.21
HSL 164.84º 0.89% 0.42% -
HSV(B) 164.84º 0.94% 0.79% -
XYZ 27.1 44.65 37.76 -
YUV 139.72 136.05 36.9 -
System Red Green Blue C M Y K H S L
Decimal 12 202 154 0.94 0 0.24 0.21 164.84 0.89 0.42
Hex C CA 9A 5E 0 18 15 A5 59 2A
Octal 14 312 232 136 0 30 25 245 131 52
Binary 1100 11001010 10011010 1011110 0 11000 10101 10100101 1011001 101010

Color Harmonies of #0CCA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA9A

Black with #0CCA9A

Text Example


Text Example

White with #0CCA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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