#CBF1B4

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

Shades of Tea Green #CBF1B4

Tints of Tea Green #CBF1B4

Color information

#CBF1B4 (or 0xCBF1B4) is unknown color: approx Tea Green. HEX triplet: CB, F1 and B4. RGB value is (203,241,180). Sum of RGB (Red+Green+Blue) = 203+241+180=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1B4 is #340E4B. Grayscale: #DEDEDE. Windows color (decimal): -3411532 or 11858379. OLE color: 11858379.

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

Color convert

RGB203241180-
CMYK0.1600.250.05
HSL97.38º68.54%82.55%-
HSV(B)97.38º25.31%94.51%-
XYZ64.3278.955.02-
YUV222.68103.91113.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 180 (70.70% from 255) = 28.85%
R=32.53%
G=38.62%
B=28.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411800.1600.250.0597.3868.5482.55
HexCBF1B4100195614553
Octal313361264200315141105123
Binary11001011111100011011010010000011001101110000110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1B4; }

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

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

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

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

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

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

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

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