Html Css Color HEX #C0EBCD Granny Apple

📋 copy color: '#C0EBCD'

red 192 ◦ green 235 ◦ blue 205

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

Shades of Granny Apple #C0EBCD

Tints of Granny Apple #C0EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.44%

R = 30.38%
G = 37.18%
B = 32.44%

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

#C0EBCD (or 0xC0EBCD) is known color: Granny Apple. HEX triplet: C0, EB and CD. RGB value is (192,235,205). Sum of RGB (Red+Green+Blue) = 192+235+205=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBCD is #3F1432. Grayscale: #DADADA. Windows color (decimal): -4133939 or 13495232. OLE color: 13495232.

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

Color convert

RGB 192 235 205 -
CMYK 0.18 0 0.13 0.08
HSL 138.14º 0.52% 0.84% -
HSV(B) 138.14º 0.18% 0.92% -
XYZ 62.47 75.03 68.95 -
YUV 218.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 192 235 205 0.18 0 0.13 0.08 138.14 0.52 0.84
Hex C0 EB CD 12 0 D 8 8A 34 54
Octal 300 353 315 22 0 15 10 212 64 124
Binary 11000000 11101011 11001101 10010 0 1101 1000 10001010 110100 1010100

Color Harmonies of #C0EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBCD

Black with #C0EBCD

Text Example


Text Example

White with #C0EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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