#CBF9C1

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

Shades of Tea Green #CBF9C1

Tints of Tea Green #CBF9C1

Color information

#CBF9C1 (or 0xCBF9C1) is unknown color: approx Tea Green. HEX triplet: CB, F9 and C1. RGB value is (203,249,193). Sum of RGB (Red+Green+Blue) = 203+249+193=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9C1 is #34063E. Grayscale: #E5E5E5. Windows color (decimal): -3409471 or 12712395. OLE color: 12712395.

HSL color Cylindrical-coordinate representation of color #CBF9C1: hue angle of 109.29º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBF9C1 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB203249193-
CMYK0.1800.220.02
HSL109.29º82.35%86.67%-
HSV(B)109.29º22.49%97.65%-
XYZ68.1384.363.13-
YUV228.86107.76109.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 193 (75.78% from 255) = 29.92%
R=31.47%
G=38.60%
B=29.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491930.1800.220.02109.2982.3586.67
HexCBF9C11201626d5257
Octal313371301220262155122127
Binary1100101111111001110000011001001011010110110110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9C1; }

 p { color: rgb(203,249,193); }

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

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

 a { background-color: rgb(203,249,193); }

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

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

 span { border-color: rgb(203,249,193); }

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