Html Css Color HEX #0CC69D Caribbean Green

📋 copy color: '#0CC69D'

red 12 ◦ green 198 ◦ blue 157

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

Shades of Caribbean Green #0CC69D

Tints of Caribbean Green #0CC69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.95%

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

R = 3.27%
G = 53.95%
B = 42.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#0CC69D (or 0x0CC69D) is known color: Caribbean Green. HEX triplet: 0C, C6 and 9D. RGB value is (12,198,157). Sum of RGB (Red+Green+Blue) = 12+198+157=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC69D is #F33962. Grayscale: #898989. Windows color (decimal): -15939939 or 10339852. OLE color: 10339852.

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

Color convert

RGB 12 198 157 -
CMYK 0.94 0 0.21 0.22
HSL 166.77º 0.89% 0.41% -
HSV(B) 166.77º 0.94% 0.78% -
XYZ 26.43 42.9 38.79 -
YUV 137.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 12 198 157 0.94 0 0.21 0.22 166.77 0.89 0.41
Hex C C6 9D 5E 0 15 16 A7 59 29
Octal 14 306 235 136 0 25 26 247 131 51
Binary 1100 11000110 10011101 1011110 0 10101 10110 10100111 1011001 101001

Color Harmonies of #0CC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC69D

Black with #0CC69D

Text Example


Text Example

White with #0CC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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