#CAF0E0

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

Shades of Mint Tulip #CAF0E0

Tints of Mint Tulip #CAF0E0

Color information

#CAF0E0 (or 0xCAF0E0) is unknown color: approx Mint Tulip. HEX triplet: CA, F0 and E0. RGB value is (202,240,224). Sum of RGB (Red+Green+Blue) = 202+240+224=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0E0 is #350F1F. Grayscale: #E2E2E2. Windows color (decimal): -3477280 or 14741706. OLE color: 14741706.

HSL color Cylindrical-coordinate representation of color #CAF0E0: hue angle of 154.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0E0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB202240224-
CMYK0.1600.070.06
HSL154.74º55.88%86.67%-
HSV(B)154.74º15.83%94.12%-
XYZ68.9780.2682.38-
YUV226.81126.41110.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=30.33%
G=36.04%
B=33.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402240.1600.070.06154.7455.8886.67
HexCAF0E0100769b3857
Octal3123603402007623370127
Binary110010101111000011100000100000111110100110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0E0; }

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

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

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

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

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

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

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

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