Html Css Color HEX #C0EBCC Granny Apple

📋 copy color: '#C0EBCC'

red 192 ◦ green 235 ◦ blue 204

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

Shades of Granny Apple #C0EBCC

Tints of Granny Apple #C0EBCC

RGB

 RED value IS 192 (75.39% from 255) = 30.43%

 GREEN value IS 235 (92.19% from 255) = 37.24%

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 30.43%
G = 37.24%
B = 32.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#C0EBCC (or 0xC0EBCC) is known color: Granny Apple. HEX triplet: C0, EB and CC. RGB value is (192,235,204). Sum of RGB (Red+Green+Blue) = 192+235+204=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBCC is #3F1433. Grayscale: #DADADA. Windows color (decimal): -4133940 or 13429696. OLE color: 13429696.

HSL color Cylindrical-coordinate representation of color #C0EBCC: hue angle of 136.74º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBCC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 204 -
CMYK 0.18 0 0.13 0.08
HSL 136.74º 0.52% 0.84% -
HSV(B) 136.74º 0.18% 0.92% -
XYZ 62.35 74.98 68.31 -
YUV 218.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 192 235 204 0.18 0 0.13 0.08 136.74 0.52 0.84
Hex C0 EB CC 12 0 D 8 89 34 54
Octal 300 353 314 22 0 15 10 211 64 124
Binary 11000000 11101011 11001100 10010 0 1101 1000 10001001 110100 1010100

Color Harmonies of #C0EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBCC

Black with #C0EBCC

Text Example


Text Example

White with #C0EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBCC; }

 p { color: rgb(192,235,204); }

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

background-color css

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

 a { background-color: rgb(192,235,204); }

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

border-color css

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

 span { border-color: rgb(192,235,204); }

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