#CBEEAF

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

Shades of Tea Green #CBEEAF

Tints of Tea Green #CBEEAF

Color information

#CBEEAF (or 0xCBEEAF) is unknown color: approx Tea Green. HEX triplet: CB, EE and AF. RGB value is (203,238,175). Sum of RGB (Red+Green+Blue) = 203+238+175=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEAF is #341150. Grayscale: #DCDCDC. Windows color (decimal): -3412305 or 11529931. OLE color: 11529931.

HSL color Cylindrical-coordinate representation of color #CBEEAF: hue angle of 93.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEEAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB203238175-
CMYK0.1500.260.07
HSL93.33º64.95%80.98%-
HSV(B)93.33º26.47%93.33%-
XYZ62.9476.9452.09-
YUV220.35102.4115.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=32.95%
G=38.64%
B=28.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381750.1500.260.0793.3364.9580.98
HexCBEEAFF01A75d4151
Octal313356257170327135101121
Binary1100101111101110101011111111011010111101110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEAF; }

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

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

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

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

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

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

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

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