#C0EBD0

Color #C0EBD0 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C0EBD0

Tints of Granny Apple #C0EBD0

Color information

#C0EBD0 (or 0xC0EBD0) is unknown color: approx Granny Apple. HEX triplet: C0, EB and D0. RGB value is (192,235,208). Sum of RGB (Red+Green+Blue) = 192+235+208=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBD0 is #3F142F. Grayscale: #DBDBDB. Windows color (decimal): -4133936 or 13691840. OLE color: 13691840.

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

Color convert

RGB192235208-
CMYK0.1800.110.08
HSL142.33º51.81%83.73%-
HSV(B)142.33º18.3%92.16%-
XYZ62.8375.1870.87-
YUV219.06121.75108.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=30.24%
G=37.01%
B=32.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922352080.1800.110.08142.3351.8183.73
HexC0EBD0120B88e3454
Octal300353320220131021664124
Binary11000000111010111101000010010010111000100011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EBD0; }

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

 H1.HeaderClassName
 {
   color: #C0EBD0;
 }
 .AnyTagClassName
 {
   color: #C0EBD0;
 }
</style>
background-color css

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

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

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

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

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

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