Html Css Color HEX #AFEECB Magic Mint

📋 copy color: '#AFEECB'

red 175 ◦ green 238 ◦ blue 203

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

Shades of Magic Mint #AFEECB

Tints of Magic Mint #AFEECB

RGB

 RED value IS 175 (68.75% from 255) = 28.41%

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 28.41%
G = 38.64%
B = 32.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AFEECB (or 0xAFEECB) is known color: Magic Mint. HEX triplet: AF, EE and CB. RGB value is (175,238,203). Sum of RGB (Red+Green+Blue) = 175+238+203=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECB is #501134. Grayscale: #D7D7D7. Windows color (decimal): -5247285 or 13364911. OLE color: 13364911.

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

Color convert

RGB 175 238 203 -
CMYK 0.26 0 0.15 0.07
HSL 146.67º 0.65% 0.81% -
HSV(B) 146.67º 0.26% 0.93% -
XYZ 59.03 74.57 67.78 -
YUV 215.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 175 238 203 0.26 0 0.15 0.07 146.67 0.65 0.81
Hex AF EE CB 1A 0 F 7 93 41 51
Octal 257 356 313 32 0 17 7 223 101 121
Binary 10101111 11101110 11001011 11010 0 1111 111 10010011 1000001 1010001

Color Harmonies of #AFEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEECB

Black with #AFEECB

Text Example


Text Example

White with #AFEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEECB; }

 p { color: rgb(175,238,203); }

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

background-color css

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

 a { background-color: rgb(175,238,203); }

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

border-color css

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

 span { border-color: rgb(175,238,203); }

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