#CDF6BB

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

Shades of Tea Green #CDF6BB

Tints of Tea Green #CDF6BB

Color information

#CDF6BB (or 0xCDF6BB) is unknown color: approx Tea Green. HEX triplet: CD, F6 and BB. RGB value is (205,246,187). Sum of RGB (Red+Green+Blue) = 205+246+187=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6BB is #320944. Grayscale: #E3E3E3. Windows color (decimal): -3279173 or 12318413. OLE color: 12318413.

HSL color Cylindrical-coordinate representation of color #CDF6BB: hue angle of 101.69º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF6BB is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB205246187-
CMYK0.1700.240.04
HSL101.69º76.62%84.9%-
HSV(B)101.69º23.98%96.47%-
XYZ67.182.4859.4-
YUV227.02105.42112.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=32.13%
G=38.56%
B=29.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461870.1700.240.04101.6976.6284.9
HexCDF6BB110184664d55
Octal315366273210304146115125
Binary11001101111101101011101110001011000100110011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6BB; }

 p { color: rgb(205,246,187); }

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

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

 a { background-color: rgb(205,246,187); }

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

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

 span { border-color: rgb(205,246,187); }

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