#CBEFB4

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

Shades of Tea Green #CBEFB4

Tints of Tea Green #CBEFB4

Color information

#CBEFB4 (or 0xCBEFB4) is unknown color: approx Tea Green. HEX triplet: CB, EF and B4. RGB value is (203,239,180). Sum of RGB (Red+Green+Blue) = 203+239+180=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFB4 is #34104B. Grayscale: #DDDDDD. Windows color (decimal): -3412044 or 11857867. OLE color: 11857867.

HSL color Cylindrical-coordinate representation of color #CBEFB4: hue angle of 96.61º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBEFB4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB203239180-
CMYK0.1500.250.06
HSL96.61º64.84%82.16%-
HSV(B)96.61º24.69%93.73%-
XYZ63.7377.7254.82-
YUV221.51104.57114.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=32.64%
G=38.42%
B=28.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391800.1500.250.0696.6164.8482.16
HexCBEFB4F0196614152
Octal313357264170316141101122
Binary1100101111101111101101001111011001110110000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFB4; }

 p { color: rgb(203,239,180); }

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

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

 a { background-color: rgb(203,239,180); }

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

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

 span { border-color: rgb(203,239,180); }

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