#CFEBBF

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

Shades of Tea Green #CFEBBF

Tints of Tea Green #CFEBBF

Color information

#CFEBBF (or 0xCFEBBF) is unknown color: approx Tea Green. HEX triplet: CF, EB and BF. RGB value is (207,235,191). Sum of RGB (Red+Green+Blue) = 207+235+191=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBF is #301440. Grayscale: #DDDDDD. Windows color (decimal): -3150913 or 12577743. OLE color: 12577743.

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

Color convert

RGB207235191-
CMYK0.1200.190.08
HSL98.18º52.38%83.53%-
HSV(B)98.18º18.72%92.16%-
XYZ64.8476.4460.63-
YUV221.61110.72117.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 191 (75% from 255) = 30.17%
R=32.70%
G=37.12%
B=30.17%

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
Decimal2072351910.1200.190.0898.1852.3883.53
HexCFEBBFC0138623454
Octal317353277140231014264124
Binary1100111111101011101111111100010011100011000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBBF; }

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

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

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

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

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

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

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

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