Html Css Color HEX #C0F2CB Granny Apple

📋 copy color: '#C0F2CB'

red 192 ◦ green 242 ◦ blue 203

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

Shades of Granny Apple #C0F2CB

Tints of Granny Apple #C0F2CB

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 value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#C0F2CB (or 0xC0F2CB) is known color: 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

RGB 192 242 203 -
CMYK 0.21 0 0.16 0.05
HSL 133.2º 0.66% 0.85% -
HSV(B) 133.2º 0.21% 0.95% -
XYZ 64.27 79.02 68.37 -
YUV 222.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 192 242 203 0.21 0 0.16 0.05 133.2 0.66 0.85
Hex C0 F2 CB 15 0 10 5 85 42 55
Octal 300 362 313 25 0 20 5 205 102 125
Binary 11000000 11110010 11001011 10101 0 10000 101 10000101 1000010 1010101

Color Harmonies of #C0F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2CB

Black with #C0F2CB

Text Example


Text Example

White with #C0F2CB

Text Example


Text Example

HTML Codes & Css Web 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>