#CBF8B1

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

Shades of Tea Green #CBF8B1

Tints of Tea Green #CBF8B1

Color information

#CBF8B1 (or 0xCBF8B1) is unknown color: approx Tea Green. HEX triplet: CB, F8 and B1. RGB value is (203,248,177). Sum of RGB (Red+Green+Blue) = 203+248+177=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF8B1 is #34074E. Grayscale: #E2E2E2. Windows color (decimal): -3409743 or 11663563. OLE color: 11663563.

HSL color Cylindrical-coordinate representation of color #CBF8B1: hue angle of 98.03º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBF8B1 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB203248177-
CMYK0.1800.290.03
HSL98.03º83.53%83.33%-
HSV(B)98.03º28.63%97.25%-
XYZ66.1383.0154.13-
YUV226.45100.09111.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 177 (69.53% from 255) = 28.18%
R=32.32%
G=39.49%
B=28.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481770.1800.290.0398.0383.5383.33
HexCBF8B11201D3625453
Octal313370261220353142124123
Binary1100101111111000101100011001001110111110001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8B1; }

 p { color: rgb(203,248,177); }

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

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

 a { background-color: rgb(203,248,177); }

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

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

 span { border-color: rgb(203,248,177); }

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