Html Css Color HEX #CFE4BD Tea Green

📋 copy color: '#CFE4BD'

red 207 ◦ green 228 ◦ blue 189

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

Shades of Tea Green #CFE4BD

Tints of Tea Green #CFE4BD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.54%

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

R = 33.17%
G = 36.54%
B = 30.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CFE4BD (or 0xCFE4BD) is known color: Tea Green. HEX triplet: CF, E4 and BD. RGB value is (207,228,189). Sum of RGB (Red+Green+Blue) = 207+228+189=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BD is #301B42. Grayscale: #D9D9D9. Windows color (decimal): -3152707 or 12444879. OLE color: 12444879.

HSL color Cylindrical-coordinate representation of color #CFE4BD: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE4BD is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 189 -
CMYK 0.09 0 0.17 0.11
HSL 92.31º 0.42% 0.82% -
HSV(B) 92.31º 0.17% 0.89% -
XYZ 62.66 72.43 58.82 -
YUV 217.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 207 228 189 0.09 0 0.17 0.11 92.31 0.42 0.82
Hex CF E4 BD 9 0 11 B 5C 2A 52
Octal 317 344 275 11 0 21 13 134 52 122
Binary 11001111 11100100 10111101 1001 0 10001 1011 1011100 101010 1010010

Color Harmonies of #CFE4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4BD

Black with #CFE4BD

Text Example


Text Example

White with #CFE4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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