Html Css Color HEX #C0EBC5 Granny Apple

📋 copy color: '#C0EBC5'

red 192 ◦ green 235 ◦ blue 197

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

Shades of Granny Apple #C0EBC5

Tints of Granny Apple #C0EBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 30.77%
G = 37.66%
B = 31.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#C0EBC5 (or 0xC0EBC5) is known color: Granny Apple. HEX triplet: C0, EB and C5. RGB value is (192,235,197). Sum of RGB (Red+Green+Blue) = 192+235+197=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBC5 is #3F143A. Grayscale: #D9D9D9. Windows color (decimal): -4133947 or 12970944. OLE color: 12970944.

HSL color Cylindrical-coordinate representation of color #C0EBC5: hue angle of 126.98º 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 #C0EBC5 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 197 -
CMYK 0.18 0 0.16 0.08
HSL 126.98º 0.52% 0.84% -
HSV(B) 126.98º 0.18% 0.92% -
XYZ 61.52 74.65 63.99 -
YUV 217.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 192 235 197 0.18 0 0.16 0.08 126.98 0.52 0.84
Hex C0 EB C5 12 0 10 8 7F 34 54
Octal 300 353 305 22 0 20 10 177 64 124
Binary 11000000 11101011 11000101 10010 0 10000 1000 1111111 110100 1010100

Color Harmonies of #C0EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBC5

Black with #C0EBC5

Text Example


Text Example

White with #C0EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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