Html Css Color HEX #CFE7BE Tea Green

📋 copy color: '#CFE7BE'

red 207 ◦ green 231 ◦ blue 190

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

Shades of Tea Green #CFE7BE

Tints of Tea Green #CFE7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.25%

R = 32.96%
G = 36.78%
B = 30.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#CFE7BE (or 0xCFE7BE) is known color: Tea Green. HEX triplet: CF, E7 and BE. RGB value is (207,231,190). Sum of RGB (Red+Green+Blue) = 207+231+190=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7BE is #301841. Grayscale: #DBDBDB. Windows color (decimal): -3151938 or 12511183. OLE color: 12511183.

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

Color convert

RGB 207 231 190 -
CMYK 0.10 0 0.18 0.09
HSL 95.12º 0.46% 0.83% -
HSV(B) 95.12º 0.18% 0.91% -
XYZ 63.6 74.13 59.67 -
YUV 219.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 207 231 190 0.10 0 0.18 0.09 95.12 0.46 0.83
Hex CF E7 BE A 0 12 9 5F 2E 53
Octal 317 347 276 12 0 22 11 137 56 123
Binary 11001111 11100111 10111110 1010 0 10010 1001 1011111 101110 1010011

Color Harmonies of #CFE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7BE

Black with #CFE7BE

Text Example


Text Example

White with #CFE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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