#CBF3BC

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

Shades of Tea Green #CBF3BC

Tints of Tea Green #CBF3BC

Color information

#CBF3BC (or 0xCBF3BC) is unknown color: approx Tea Green. HEX triplet: CB, F3 and BC. RGB value is (203,243,188). Sum of RGB (Red+Green+Blue) = 203+243+188=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3BC is #340C43. Grayscale: #E0E0E0. Windows color (decimal): -3411012 or 12383179. OLE color: 12383179.

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

Color convert

RGB203243188-
CMYK0.1600.230.05
HSL103.64º69.62%84.51%-
HSV(B)103.64º22.63%95.29%-
XYZ65.7680.4359.64-
YUV224.77107.25112.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=32.02%
G=38.33%
B=29.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431880.1600.230.05103.6469.6284.51
HexCBF3BC100175684655
Octal313363274200275150106125
Binary11001011111100111011110010000010111101110100010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3BC; }

 p { color: rgb(203,243,188); }

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

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

 a { background-color: rgb(203,243,188); }

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

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

 span { border-color: rgb(203,243,188); }

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