Html Css Color HEX #C2EBCF Granny Apple

📋 copy color: '#C2EBCF'

red 194 ◦ green 235 ◦ blue 207

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

Shades of Granny Apple #C2EBCF

Tints of Granny Apple #C2EBCF

RGB

 RED value IS 194 (76.17% from 255) = 30.5%

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

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

R = 30.5%
G = 36.95%
B = 32.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#C2EBCF (or 0xC2EBCF) is known color: Granny Apple. HEX triplet: C2, EB and CF. RGB value is (194,235,207). Sum of RGB (Red+Green+Blue) = 194+235+207=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBCF is #3D1430. Grayscale: #DBDBDB. Windows color (decimal): -4002865 or 13626306. OLE color: 13626306.

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

Color convert

RGB 194 235 207 -
CMYK 0.17 0 0.12 0.08
HSL 139.02º 0.51% 0.84% -
HSV(B) 139.02º 0.17% 0.92% -
XYZ 63.22 75.39 70.25 -
YUV 219.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 194 235 207 0.17 0 0.12 0.08 139.02 0.51 0.84
Hex C2 EB CF 11 0 C 8 8B 33 54
Octal 302 353 317 21 0 14 10 213 63 124
Binary 11000010 11101011 11001111 10001 0 1100 1000 10001011 110011 1010100

Color Harmonies of #C2EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBCF

Black with #C2EBCF

Text Example


Text Example

White with #C2EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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