#CBF1BB

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

Shades of Tea Green #CBF1BB

Tints of Tea Green #CBF1BB

Color information

#CBF1BB (or 0xCBF1BB) is unknown color: approx Tea Green. HEX triplet: CB, F1 and BB. RGB value is (203,241,187). Sum of RGB (Red+Green+Blue) = 203+241+187=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1BB is #340E44. Grayscale: #DFDFDF. Windows color (decimal): -3411525 or 12317131. OLE color: 12317131.

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

Color convert

RGB203241187-
CMYK0.1600.220.05
HSL102.22º65.85%83.92%-
HSV(B)102.22º22.41%94.51%-
XYZ65.0579.1958.87-
YUV223.48107.41113.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=32.17%
G=38.19%
B=29.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411870.1600.220.05102.2265.8583.92
HexCBF1BB100165664254
Octal313361273200265146102124
Binary11001011111100011011101110000010110101110011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1BB; }

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

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

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

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

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

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

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

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