#CFEBBE

Color #CFEBBE Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CFEBBE

Tints of Tea Green #CFEBBE

Color information

#CFEBBE (or 0xCFEBBE) is unknown color: approx Tea Green. HEX triplet: CF, EB and BE. RGB value is (207,235,190). Sum of RGB (Red+Green+Blue) = 207+235+190=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBE is #301441. Grayscale: #DDDDDD. Windows color (decimal): -3150914 or 12512207. OLE color: 12512207.

HSL color Cylindrical-coordinate representation of color #CFEBBE: hue angle of 97.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEBBE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB207235190-
CMYK0.1200.190.08
HSL97.33º52.94%83.33%-
HSV(B)97.33º19.15%92.16%-
XYZ64.7376.460.05-
YUV221.5110.22117.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=32.75%
G=37.18%
B=30.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351900.1200.190.0897.3352.9483.33
HexCFEBBEC0138613553
Octal317353276140231014165123
Binary1100111111101011101111101100010011100011000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBBE; }

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

 H1.HeaderClassName
 {
   color: #CFEBBE;
 }
 .AnyTagClassName
 {
   color: #CFEBBE;
 }
</style>
background-color css

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

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

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

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

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

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