Html Css Color HEX #CFE4BF Tea Green

📋 copy color: '#CFE4BF'

red 207 ◦ green 228 ◦ blue 191

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

Shades of Tea Green #CFE4BF

Tints of Tea Green #CFE4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.51%

R = 33.07%
G = 36.42%
B = 30.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CFE4BF (or 0xCFE4BF) is known color: Tea Green. HEX triplet: CF, E4 and BF. RGB value is (207,228,191). Sum of RGB (Red+Green+Blue) = 207+228+191=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BF is #301B40. Grayscale: #D9D9D9. Windows color (decimal): -3152705 or 12575951. OLE color: 12575951.

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

Color convert

RGB 207 228 191 -
CMYK 0.09 0 0.16 0.11
HSL 94.05º 0.41% 0.82% -
HSV(B) 94.05º 0.16% 0.89% -
XYZ 62.88 72.51 59.97 -
YUV 217.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 207 228 191 0.09 0 0.16 0.11 94.05 0.41 0.82
Hex CF E4 BF 9 0 10 B 5E 29 52
Octal 317 344 277 11 0 20 13 136 51 122
Binary 11001111 11100100 10111111 1001 0 10000 1011 1011110 101001 1010010

Color Harmonies of #CFE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4BF

Black with #CFE4BF

Text Example


Text Example

White with #CFE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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