#CBF0C1

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

Shades of Tea Green #CBF0C1

Tints of Tea Green #CBF0C1

Color information

#CBF0C1 (or 0xCBF0C1) is unknown color: approx Tea Green. HEX triplet: CB, F0 and C1. RGB value is (203,240,193). Sum of RGB (Red+Green+Blue) = 203+240+193=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0C1 is #340F3E. Grayscale: #DFDFDF. Windows color (decimal): -3411775 or 12710091. OLE color: 12710091.

HSL color Cylindrical-coordinate representation of color #CBF0C1: hue angle of 107.23º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF0C1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB203240193-
CMYK0.1500.200.06
HSL107.23º61.04%84.9%-
HSV(B)107.23º19.58%94.12%-
XYZ65.4178.8762.23-
YUV223.58110.74113.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=31.92%
G=37.74%
B=30.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401930.1500.200.06107.2361.0484.9
HexCBF0C1F01466b3d55
Octal31336030117024615375125
Binary110010111111000011000001111101010011011010111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0C1; }

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

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

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

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

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

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

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

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