#CBF4B8

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

Shades of Tea Green #CBF4B8

Tints of Tea Green #CBF4B8

Color information

#CBF4B8 (or 0xCBF4B8) is unknown color: approx Tea Green. HEX triplet: CB, F4 and B8. RGB value is (203,244,184). Sum of RGB (Red+Green+Blue) = 203+244+184=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4B8 is #340B47. Grayscale: #E1E1E1. Windows color (decimal): -3410760 or 12121291. OLE color: 12121291.

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

Color convert

RGB203244184-
CMYK0.1700.250.04
HSL101º73.17%83.92%-
HSV(B)101º24.59%95.69%-
XYZ65.6380.8657.5-
YUV224.9104.92112.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 184 (72.27% from 255) = 29.16%
R=32.17%
G=38.67%
B=29.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441840.1700.250.0410173.1783.92
HexCBF4B8110194654954
Octal313364270210314145111124
Binary11001011111101001011100010001011001100110010110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF4B8; }

 p { color: rgb(203,244,184); }

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

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

 a { background-color: rgb(203,244,184); }

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

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

 span { border-color: rgb(203,244,184); }

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