#CFE6BB

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

Shades of Tea Green #CFE6BB

Tints of Tea Green #CFE6BB

Color information

#CFE6BB (or 0xCFE6BB) is unknown color: approx Tea Green. HEX triplet: CF, E6 and BB. RGB value is (207,230,187). Sum of RGB (Red+Green+Blue) = 207+230+187=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6BB is #301944. Grayscale: #DADADA. Windows color (decimal): -3152197 or 12314319. OLE color: 12314319.

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

Color convert

RGB207230187-
CMYK0.1000.190.10
HSL92.09º46.24%81.76%-
HSV(B)92.09º18.7%90.2%-
XYZ6373.4557.87-
YUV218.22110.38120-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 230 (90.23% from 255) = 36.86%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=33.17%
G=36.86%
B=29.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301870.1000.190.1092.0946.2481.76
HexCFE6BBA013A5c2e52
Octal317346273120231213456122
Binary1100111111100110101110111010010011101010111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6BB; }

 p { color: rgb(207,230,187); }

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

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

 a { background-color: rgb(207,230,187); }

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

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

 span { border-color: rgb(207,230,187); }

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