Html Css Color HEX #CFE9BA Tea Green

📋 copy color: '#CFE9BA'

red 207 ◦ green 233 ◦ blue 186

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

Shades of Tea Green #CFE9BA

Tints of Tea Green #CFE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 33.07%
G = 37.22%
B = 29.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#CFE9BA (or 0xCFE9BA) is known color: Tea Green. HEX triplet: CF, E9 and BA. RGB value is (207,233,186). Sum of RGB (Red+Green+Blue) = 207+233+186=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9BA is #301645. Grayscale: #DCDCDC. Windows color (decimal): -3151430 or 12249551. OLE color: 12249551.

HSL color Cylindrical-coordinate representation of color #CFE9BA: hue angle of 93.19º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE9BA is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 186 -
CMYK 0.11 0 0.20 0.09
HSL 93.19º 0.52% 0.82% -
HSV(B) 93.19º 0.2% 0.91% -
XYZ 63.73 75.09 57.59 -
YUV 219.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 207 233 186 0.11 0 0.20 0.09 93.19 0.52 0.82
Hex CF E9 BA B 0 14 9 5D 34 52
Octal 317 351 272 13 0 24 11 135 64 122
Binary 11001111 11101001 10111010 1011 0 10100 1001 1011101 110100 1010010

Color Harmonies of #CFE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9BA

Black with #CFE9BA

Text Example


Text Example

White with #CFE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9BA; }

 p { color: rgb(207,233,186); }

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

background-color css

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

 a { background-color: rgb(207,233,186); }

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

border-color css

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

 span { border-color: rgb(207,233,186); }

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