Html Css Color HEX #CFE8C4 Tea Green

📋 copy color: '#CFE8C4'

red 207 ◦ green 232 ◦ blue 196

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

Shades of Tea Green #CFE8C4

Tints of Tea Green #CFE8C4

RGB

 RED value IS 207 (81.25% from 255) = 32.6%

 GREEN value IS 232 (91.02% from 255) = 36.54%

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 32.6%
G = 36.54%
B = 30.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#CFE8C4 (or 0xCFE8C4) is known color: Tea Green. HEX triplet: CF, E8 and C4. RGB value is (207,232,196). Sum of RGB (Red+Green+Blue) = 207+232+196=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8C4 is #30173B. Grayscale: #DCDCDC. Windows color (decimal): -3151676 or 12904655. OLE color: 12904655.

HSL color Cylindrical-coordinate representation of color #CFE8C4: hue angle of 101.67º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE8C4 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 196 -
CMYK 0.11 0 0.16 0.09
HSL 101.67º 0.44% 0.84% -
HSV(B) 101.67º 0.16% 0.91% -
XYZ 64.55 74.96 63.29 -
YUV 220.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 207 232 196 0.11 0 0.16 0.09 101.67 0.44 0.84
Hex CF E8 C4 B 0 10 9 66 2C 54
Octal 317 350 304 13 0 20 11 146 54 124
Binary 11001111 11101000 11000100 1011 0 10000 1001 1100110 101100 1010100

Color Harmonies of #CFE8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE8C4

Black with #CFE8C4

Text Example


Text Example

White with #CFE8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE8C4; }

 p { color: rgb(207,232,196); }

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

background-color css

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

 a { background-color: rgb(207,232,196); }

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

border-color css

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

 span { border-color: rgb(207,232,196); }

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