Html Css Color HEX #0CC09D Caribbean Green

📋 copy color: '#0CC09D'

red 12 ◦ green 192 ◦ blue 157

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

Shades of Caribbean Green #0CC09D

Tints of Caribbean Green #0CC09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 3.32%
G = 53.19%
B = 43.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#0CC09D (or 0x0CC09D) is known color: Caribbean Green. HEX triplet: 0C, C0 and 9D. RGB value is (12,192,157). Sum of RGB (Red+Green+Blue) = 12+192+157=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC09D is #F33F62. Grayscale: #868686. Windows color (decimal): -15941475 or 10338316. OLE color: 10338316.

HSL color Cylindrical-coordinate representation of color #0CC09D: hue angle of 168.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC09D is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 192 157 -
CMYK 0.94 0 0.18 0.25
HSL 168.33º 0.88% 0.4% -
HSV(B) 168.33º 0.94% 0.75% -
XYZ 25.09 40.21 38.34 -
YUV 134.19 140.87 40.85 -
System Red Green Blue C M Y K H S L
Decimal 12 192 157 0.94 0 0.18 0.25 168.33 0.88 0.4
Hex C C0 9D 5E 0 12 19 A8 58 28
Octal 14 300 235 136 0 22 31 250 130 50
Binary 1100 11000000 10011101 1011110 0 10010 11001 10101000 1011000 101000

Color Harmonies of #0CC09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC09D

Black with #0CC09D

Text Example


Text Example

White with #0CC09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,192,157); }

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

background-color css

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

 a { background-color: rgb(12,192,157); }

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

border-color css

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

 span { border-color: rgb(12,192,157); }

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