#CBEFBC

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

Shades of Tea Green #CBEFBC

Tints of Tea Green #CBEFBC

Color information

#CBEFBC (or 0xCBEFBC) is unknown color: approx Tea Green. HEX triplet: CB, EF and BC. RGB value is (203,239,188). Sum of RGB (Red+Green+Blue) = 203+239+188=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFBC is #341043. Grayscale: #DEDEDE. Windows color (decimal): -3412036 or 12382155. OLE color: 12382155.

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

Color convert

RGB203239188-
CMYK0.1500.210.06
HSL102.35º61.45%83.73%-
HSV(B)102.35º21.34%93.73%-
XYZ64.5778.0659.24-
YUV222.42108.57114.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=32.22%
G=37.94%
B=29.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391880.1500.210.06102.3561.4583.73
HexCBEFBCF0156663d54
Octal31335727417025614675124
Binary110010111110111110111100111101010111011001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFBC; }

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

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

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

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

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

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

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

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