Html Css Color HEX #CAEEE0 Mint Tulip

📋 copy color: '#CAEEE0'

red 202 ◦ green 238 ◦ blue 224

#CAEEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #CAEEE0

Tints of Mint Tulip #CAEEE0

RGB

 RED value IS 202 (79.3% 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 value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CAEEE0 (or 0xCAEEE0) is known color: 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

RGB 202 238 224 -
CMYK 0.15 0 0.06 0.07
HSL 156.67º 0.51% 0.86% -
HSV(B) 156.67º 0.15% 0.93% -
XYZ 68.39 79.09 82.18 -
YUV 225.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 202 238 224 0.15 0 0.06 0.07 156.67 0.51 0.86
Hex CA EE E0 F 0 6 7 9D 33 56
Octal 312 356 340 17 0 6 7 235 63 126
Binary 11001010 11101110 11100000 1111 0 110 111 10011101 110011 1010110

Color Harmonies of #CAEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEEE0

Black with #CAEEE0

Text Example


Text Example

White with #CAEEE0

Text Example


Text Example

HTML Codes & Css Web 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>