#CFEBB5

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

Shades of Tea Green #CFEBB5

Tints of Tea Green #CFEBB5

Color information

#CFEBB5 (or 0xCFEBB5) is unknown color: approx Tea Green. HEX triplet: CF, EB and B5. RGB value is (207,235,181). Sum of RGB (Red+Green+Blue) = 207+235+181=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB5 is #30144A. Grayscale: #DCDCDC. Windows color (decimal): -3150923 or 11922383. OLE color: 11922383.

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

Color convert

RGB207235181-
CMYK0.1200.230.08
HSL91.11º57.45%81.57%-
HSV(B)91.11º22.98%92.16%-
XYZ63.7876.0255.03-
YUV220.47105.72118.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=33.23%
G=37.72%
B=29.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351810.1200.230.0891.1157.4581.57
HexCFEBB5C01785b3952
Octal317353265140271013371122
Binary1100111111101011101101011100010111100010110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBB5; }

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

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

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

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

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

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

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

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