Html Css Color HEX #AFEBCB Magic Mint

📋 copy color: '#AFEBCB'

red 175 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #AFEBCB

Tints of Magic Mint #AFEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

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

R = 28.55%
G = 38.34%
B = 33.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AFEBCB (or 0xAFEBCB) is known color: Magic Mint. HEX triplet: AF, EB and CB. RGB value is (175,235,203). Sum of RGB (Red+Green+Blue) = 175+235+203=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBCB is #501434. Grayscale: #D5D5D5. Windows color (decimal): -5248053 or 13364143. OLE color: 13364143.

HSL color Cylindrical-coordinate representation of color #AFEBCB: hue angle of 148º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBCB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 203 -
CMYK 0.26 0 0.14 0.08
HSL 148º 0.6% 0.8% -
HSV(B) 148º 0.26% 0.92% -
XYZ 58.17 72.84 67.49 -
YUV 213.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 175 235 203 0.26 0 0.14 0.08 148 0.6 0.8
Hex AF EB CB 1A 0 E 8 94 3C 50
Octal 257 353 313 32 0 16 10 224 74 120
Binary 10101111 11101011 11001011 11010 0 1110 1000 10010100 111100 1010000

Color Harmonies of #AFEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBCB

Black with #AFEBCB

Text Example


Text Example

White with #AFEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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