Html Css Color HEX #CFE7BA Tea Green

📋 copy color: '#CFE7BA'

red 207 ◦ green 231 ◦ blue 186

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

Shades of Tea Green #CFE7BA

Tints of Tea Green #CFE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

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

R = 33.17%
G = 37.02%
B = 29.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#CFE7BA (or 0xCFE7BA) is known color: Tea Green. HEX triplet: CF, E7 and BA. RGB value is (207,231,186). Sum of RGB (Red+Green+Blue) = 207+231+186=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7BA is #301845. Grayscale: #DADADA. Windows color (decimal): -3151942 or 12249039. OLE color: 12249039.

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

Color convert

RGB 207 231 186 -
CMYK 0.10 0 0.19 0.09
HSL 92º 0.48% 0.82% -
HSV(B) 92º 0.19% 0.91% -
XYZ 63.17 73.96 57.4 -
YUV 218.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 207 231 186 0.10 0 0.19 0.09 92 0.48 0.82
Hex CF E7 BA A 0 13 9 5C 30 52
Octal 317 347 272 12 0 23 11 134 60 122
Binary 11001111 11100111 10111010 1010 0 10011 1001 1011100 110000 1010010

Color Harmonies of #CFE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7BA

Black with #CFE7BA

Text Example


Text Example

White with #CFE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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