Html Css Color HEX #C0EBCF Granny Apple

📋 copy color: '#C0EBCF'

red 192 ◦ green 235 ◦ blue 207

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

Shades of Granny Apple #C0EBCF

Tints of Granny Apple #C0EBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.65%

R = 30.28%
G = 37.07%
B = 32.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#C0EBCF (or 0xC0EBCF) is known color: Granny Apple. HEX triplet: C0, EB and CF. RGB value is (192,235,207). Sum of RGB (Red+Green+Blue) = 192+235+207=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBCF is #3F1430. Grayscale: #DBDBDB. Windows color (decimal): -4133937 or 13626304. OLE color: 13626304.

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

Color convert

RGB 192 235 207 -
CMYK 0.18 0 0.12 0.08
HSL 140.93º 0.52% 0.84% -
HSV(B) 140.93º 0.18% 0.92% -
XYZ 62.71 75.13 70.23 -
YUV 218.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 192 235 207 0.18 0 0.12 0.08 140.93 0.52 0.84
Hex C0 EB CF 12 0 C 8 8D 34 54
Octal 300 353 317 22 0 14 10 215 64 124
Binary 11000000 11101011 11001111 10010 0 1100 1000 10001101 110100 1010100

Color Harmonies of #C0EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBCF

Black with #C0EBCF

Text Example


Text Example

White with #C0EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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