#CAEEBF

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

Shades of Tea Green #CAEEBF

Tints of Tea Green #CAEEBF

Color information

#CAEEBF (or 0xCAEEBF) is unknown color: approx Tea Green. HEX triplet: CA, EE and BF. RGB value is (202,238,191). Sum of RGB (Red+Green+Blue) = 202+238+191=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEBF is #351140. Grayscale: #DEDEDE. Windows color (decimal): -3477825 or 12578506. OLE color: 12578506.

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

Color convert

RGB202238191-
CMYK0.1500.200.07
HSL105.96º58.02%84.12%-
HSV(B)105.96º19.75%93.33%-
XYZ64.3477.4760.85-
YUV221.88110.57113.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 191 (75% from 255) = 30.27%
R=32.01%
G=37.72%
B=30.27%

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
Decimal2022381910.1500.200.07105.9658.0284.12
HexCAEEBFF01476a3a54
Octal31235627717024715272124
Binary110010101110111010111111111101010011111010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEBF; }

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

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

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

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

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

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

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

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