#CBEEBE

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

Shades of Tea Green #CBEEBE

Tints of Tea Green #CBEEBE

Color information

#CBEEBE (or 0xCBEEBE) is unknown color: approx Tea Green. HEX triplet: CB, EE and BE. RGB value is (203,238,190). Sum of RGB (Red+Green+Blue) = 203+238+190=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEBE is #341141. Grayscale: #DEDEDE. Windows color (decimal): -3412290 or 12512971. OLE color: 12512971.

HSL color Cylindrical-coordinate representation of color #CBEEBE: hue angle of 103.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEEBE is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB203238190-
CMYK0.1500.200.07
HSL103.75º58.54%83.92%-
HSV(B)103.75º20.17%93.33%-
XYZ64.577.5660.29-
YUV222.06109.9114.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=32.17%
G=37.72%
B=30.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381900.1500.200.07103.7558.5483.92
HexCBEEBEF0147683b54
Octal31335627617024715073124
Binary110010111110111010111110111101010011111010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEBE; }

 p { color: rgb(203,238,190); }

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

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

 a { background-color: rgb(203,238,190); }

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

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

 span { border-color: rgb(203,238,190); }

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