#CBF2BB

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

Shades of Tea Green #CBF2BB

Tints of Tea Green #CBF2BB

Color information

#CBF2BB (or 0xCBF2BB) is unknown color: approx Tea Green. HEX triplet: CB, F2 and BB. RGB value is (203,242,187). Sum of RGB (Red+Green+Blue) = 203+242+187=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2BB is #340D44. Grayscale: #E0E0E0. Windows color (decimal): -3411269 or 12317387. OLE color: 12317387.

HSL color Cylindrical-coordinate representation of color #CBF2BB: hue angle of 102.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBF2BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB203242187-
CMYK0.1600.230.05
HSL102.55º67.9%84.12%-
HSV(B)102.55º22.73%94.9%-
XYZ65.3579.7958.97-
YUV224.07107.08112.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 242 (94.92% from 255) = 38.29%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=32.12%
G=38.29%
B=29.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421870.1600.230.05102.5567.984.12
HexCBF2BB100175674454
Octal313362273200275147104124
Binary11001011111100101011101110000010111101110011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2BB; }

 p { color: rgb(203,242,187); }

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

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

 a { background-color: rgb(203,242,187); }

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

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

 span { border-color: rgb(203,242,187); }

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