#C0F2CB

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

Shades of Granny Apple #C0F2CB

Tints of Granny Apple #C0F2CB

Color information

#C0F2CB (or 0xC0F2CB) is unknown color: approx Granny Apple. HEX triplet: C0, F2 and CB. RGB value is (192,242,203). Sum of RGB (Red+Green+Blue) = 192+242+203=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2CB is #3F0D34. Grayscale: #DEDEDE. Windows color (decimal): -4132149 or 13365952. OLE color: 13365952.

HSL color Cylindrical-coordinate representation of color #C0F2CB: hue angle of 133.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB192242203-
CMYK0.2100.160.05
HSL133.2º65.79%85.1%-
HSV(B)133.2º20.66%94.9%-
XYZ64.2779.0268.37-
YUV222.6116.94106.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.14%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=30.14%
G=37.99%
B=31.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922422030.2100.160.05133.265.7985.1
HexC0F2CB150105854255
Octal300362313250205205102125
Binary110000001111001011001011101010100001011000010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2CB; }

 p { color: rgb(192,242,203); }

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

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

 a { background-color: rgb(192,242,203); }

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

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

 span { border-color: rgb(192,242,203); }

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