#CAEEBE

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

Shades of Tea Green #CAEEBE

Tints of Tea Green #CAEEBE

Color information

#CAEEBE (or 0xCAEEBE) is unknown color: approx Tea Green. HEX triplet: CA, EE and BE. RGB value is (202,238,190). Sum of RGB (Red+Green+Blue) = 202+238+190=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEBE is #351141. Grayscale: #DDDDDD. Windows color (decimal): -3477826 or 12512970. OLE color: 12512970.

HSL color Cylindrical-coordinate representation of color #CAEEBE: hue angle of 105º 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 #CAEEBE is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB202238190-
CMYK0.1500.200.07
HSL105º58.54%83.92%-
HSV(B)105º20.17%93.33%-
XYZ64.2377.4260.27-
YUV221.76110.07113.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=32.06%
G=37.78%
B=30.16%

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
Decimal2022381900.1500.200.0710558.5483.92
HexCAEEBEF0147693b54
Octal31235627617024715173124
Binary110010101110111010111110111101010011111010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEBE; }

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

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

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

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

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

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

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

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