#CDEFBB

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

Shades of Tea Green #CDEFBB

Tints of Tea Green #CDEFBB

Color information

#CDEFBB (or 0xCDEFBB) is unknown color: approx Tea Green. HEX triplet: CD, EF and BB. RGB value is (205,239,187). Sum of RGB (Red+Green+Blue) = 205+239+187=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBB is #321044. Grayscale: #DFDFDF. Windows color (decimal): -3280965 or 12316621. OLE color: 12316621.

HSL color Cylindrical-coordinate representation of color #CDEFBB: hue angle of 99.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDEFBB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB205239187-
CMYK0.1400.220.06
HSL99.23º61.9%83.53%-
HSV(B)99.23º21.76%93.73%-
XYZ65.0178.358.7-
YUV222.91107.74115.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=32.49%
G=37.88%
B=29.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391870.1400.220.0699.2361.983.53
HexCDEFBBE0166633e54
Octal31535727316026614376124
Binary110011011110111110111011111001011011011000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFBB; }

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

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

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

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

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

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

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

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