Html Css Color HEX #CAF0DF Mint Tulip

📋 copy color: '#CAF0DF'

red 202 ◦ green 240 ◦ blue 223

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

Shades of Mint Tulip #CAF0DF

Tints of Mint Tulip #CAF0DF

RGB

 RED value IS 202 (79.3% from 255) = 30.38%

 GREEN value IS 240 (94.14% from 255) = 36.09%

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 30.38%
G = 36.09%
B = 33.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#CAF0DF (or 0xCAF0DF) is known color: Mint Tulip. HEX triplet: CA, F0 and DF. RGB value is (202,240,223). Sum of RGB (Red+Green+Blue) = 202+240+223=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0DF is #350F20. Grayscale: #E2E2E2. Windows color (decimal): -3477281 or 14676170. OLE color: 14676170.

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

Color convert

RGB 202 240 223 -
CMYK 0.16 0 0.07 0.06
HSL 153.16º 0.56% 0.87% -
HSV(B) 153.16º 0.16% 0.94% -
XYZ 68.84 80.2 81.66 -
YUV 226.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 202 240 223 0.16 0 0.07 0.06 153.16 0.56 0.87
Hex CA F0 DF 10 0 7 6 99 38 57
Octal 312 360 337 20 0 7 6 231 70 127
Binary 11001010 11110000 11011111 10000 0 111 110 10011001 111000 1010111

Color Harmonies of #CAF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0DF

Black with #CAF0DF

Text Example


Text Example

White with #CAF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0DF; }

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

 H1.HeaderClassName
 {
   color: #CAF0DF;
 }
 .AnyTagClassName
 {
   color: #CAF0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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