#CFEEBE

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

Shades of Tea Green #CFEEBE

Tints of Tea Green #CFEEBE

Color information

#CFEEBE (or 0xCFEEBE) is unknown color: approx Tea Green. HEX triplet: CF, EE and BE. RGB value is (207,238,190). Sum of RGB (Red+Green+Blue) = 207+238+190=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBE is #301141. Grayscale: #DFDFDF. Windows color (decimal): -3150146 or 12512975. OLE color: 12512975.

HSL color Cylindrical-coordinate representation of color #CFEEBE: hue angle of 98.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEEBE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB207238190-
CMYK0.1300.200.07
HSL98.75º58.54%83.92%-
HSV(B)98.75º20.17%93.33%-
XYZ65.678.1360.34-
YUV223.26109.23116.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=32.60%
G=37.48%
B=29.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381900.1300.200.0798.7558.5483.92
HexCFEEBED0147633b54
Octal31735627615024714373124
Binary110011111110111010111110110101010011111000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEBE; }

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

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

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

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

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

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

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

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