Html Css Color HEX #CFE8BD Tea Green

📋 copy color: '#CFE8BD'

red 207 ◦ green 232 ◦ blue 189

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

Shades of Tea Green #CFE8BD

Tints of Tea Green #CFE8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 32.96%
G = 36.94%
B = 30.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#CFE8BD (or 0xCFE8BD) is known color: Tea Green. HEX triplet: CF, E8 and BD. RGB value is (207,232,189). Sum of RGB (Red+Green+Blue) = 207+232+189=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BD is #301742. Grayscale: #DBDBDB. Windows color (decimal): -3151683 or 12445903. OLE color: 12445903.

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

Color convert

RGB 207 232 189 -
CMYK 0.11 0 0.19 0.09
HSL 94.88º 0.48% 0.83% -
HSV(B) 94.88º 0.19% 0.91% -
XYZ 63.77 74.65 59.19 -
YUV 219.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 207 232 189 0.11 0 0.19 0.09 94.88 0.48 0.83
Hex CF E8 BD B 0 13 9 5F 30 53
Octal 317 350 275 13 0 23 11 137 60 123
Binary 11001111 11101000 10111101 1011 0 10011 1001 1011111 110000 1010011

Color Harmonies of #CFE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE8BD

Black with #CFE8BD

Text Example


Text Example

White with #CFE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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