#CBF1BD

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

Shades of Tea Green #CBF1BD

Tints of Tea Green #CBF1BD

Color information

#CBF1BD (or 0xCBF1BD) is unknown color: approx Tea Green. HEX triplet: CB, F1 and BD. RGB value is (203,241,189). Sum of RGB (Red+Green+Blue) = 203+241+189=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1BD is #340E42. Grayscale: #DFDFDF. Windows color (decimal): -3411523 or 12448203. OLE color: 12448203.

HSL color Cylindrical-coordinate representation of color #CBF1BD: hue angle of 103.85º degrees, saturation: 0.65, 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 #CBF1BD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB203241189-
CMYK0.1600.220.05
HSL103.85º65%84.31%-
HSV(B)103.85º21.58%94.51%-
XYZ65.2779.2860.01-
YUV223.71108.41113.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=32.07%
G=38.07%
B=29.86%

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
Decimal2032411890.1600.220.05103.856584.31
HexCBF1BD100165684154
Octal313361275200265150101124
Binary11001011111100011011110110000010110101110100010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1BD; }

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

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

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

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

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

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

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

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