#CAEEE0

Color #CAEEE0 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #CAEEE0

Tints of Mint Tulip #CAEEE0

Color information

#CAEEE0 (or 0xCAEEE0) is unknown color: approx Mint Tulip. HEX triplet: CA, EE and E0. RGB value is (202,238,224). Sum of RGB (Red+Green+Blue) = 202+238+224=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEE0 is #35111F. Grayscale: #E1E1E1. Windows color (decimal): -3477792 or 14741194. OLE color: 14741194.

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

Color convert

RGB202238224-
CMYK0.1500.060.07
HSL156.67º51.43%86.27%-
HSV(B)156.67º15.13%93.33%-
XYZ68.3979.0982.18-
YUV225.64127.07111.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=30.42%
G=35.84%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382240.1500.060.07156.6751.4386.27
HexCAEEE0F0679d3356
Octal3123563401706723563126
Binary11001010111011101110000011110110111100111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE0; }

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

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

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

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

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

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

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

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