Html Css Color HEX #0CC794 Caribbean Green

📋 copy color: '#0CC794'

red 12 ◦ green 199 ◦ blue 148

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

Shades of Caribbean Green #0CC794

Tints of Caribbean Green #0CC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.43%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 3.34%
G = 55.43%
B = 41.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#0CC794 (or 0x0CC794) is known color: Caribbean Green. HEX triplet: 0C, C7 and 94. RGB value is (12,199,148). Sum of RGB (Red+Green+Blue) = 12+199+148=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC794 is #F3386B. Grayscale: #898989. Windows color (decimal): -15939692 or 9750284. OLE color: 9750284.

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

Color convert

RGB 12 199 148 -
CMYK 0.94 0 0.26 0.22
HSL 163.64º 0.89% 0.41% -
HSV(B) 163.64º 0.94% 0.78% -
XYZ 25.92 43.06 34.96 -
YUV 137.27 134.05 38.65 -
System Red Green Blue C M Y K H S L
Decimal 12 199 148 0.94 0 0.26 0.22 163.64 0.89 0.41
Hex C C7 94 5E 0 1A 16 A4 59 29
Octal 14 307 224 136 0 32 26 244 131 51
Binary 1100 11000111 10010100 1011110 0 11010 10110 10100100 1011001 101001

Color Harmonies of #0CC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC794

Black with #0CC794

Text Example


Text Example

White with #0CC794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,199,148); }

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

background-color css

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

 a { background-color: rgb(12,199,148); }

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

border-color css

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

 span { border-color: rgb(12,199,148); }

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