Html Css Color HEX #C8EACE Granny Apple

📋 copy color: '#C8EACE'

red 200 ◦ green 234 ◦ blue 206

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

Shades of Granny Apple #C8EACE

Tints of Granny Apple #C8EACE

RGB

 RED value IS 200 (78.52% from 255) = 31.25%

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 31.25%
G = 36.56%
B = 32.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#C8EACE (or 0xC8EACE) is known color: Granny Apple. HEX triplet: C8, EA and CE. RGB value is (200,234,206). Sum of RGB (Red+Green+Blue) = 200+234+206=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EACE is #371531. Grayscale: #DCDCDC. Windows color (decimal): -3609906 or 13560520. OLE color: 13560520.

HSL color Cylindrical-coordinate representation of color #C8EACE: hue angle of 130.59º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EACE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 206 -
CMYK 0.15 0 0.12 0.08
HSL 130.59º 0.45% 0.85% -
HSV(B) 130.59º 0.15% 0.92% -
XYZ 64.38 75.58 69.59 -
YUV 220.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 200 234 206 0.15 0 0.12 0.08 130.59 0.45 0.85
Hex C8 EA CE F 0 C 8 83 2D 55
Octal 310 352 316 17 0 14 10 203 55 125
Binary 11001000 11101010 11001110 1111 0 1100 1000 10000011 101101 1010101

Color Harmonies of #C8EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EACE

Black with #C8EACE

Text Example


Text Example

White with #C8EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EACE; }

 p { color: rgb(200,234,206); }

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

background-color css

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

 a { background-color: rgb(200,234,206); }

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

border-color css

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

 span { border-color: rgb(200,234,206); }

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