Html Css Color HEX #A8EBCB Magic Mint

📋 copy color: '#A8EBCB'

red 168 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #A8EBCB

Tints of Magic Mint #A8EBCB

RGB

 RED value IS 168 (66.02% from 255) = 27.72%

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

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

R = 27.72%
G = 38.78%
B = 33.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A8EBCB (or 0xA8EBCB) is known color: Magic Mint. HEX triplet: A8, EB and CB. RGB value is (168,235,203). Sum of RGB (Red+Green+Blue) = 168+235+203=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBCB is #571434. Grayscale: #D3D3D3. Windows color (decimal): -5706805 or 13364136. OLE color: 13364136.

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

Color convert

RGB 168 235 203 -
CMYK 0.29 0 0.14 0.08
HSL 151.34º 0.63% 0.79% -
HSV(B) 151.34º 0.29% 0.92% -
XYZ 56.64 72.05 67.42 -
YUV 211.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 168 235 203 0.29 0 0.14 0.08 151.34 0.63 0.79
Hex A8 EB CB 1D 0 E 8 97 3F 4F
Octal 250 353 313 35 0 16 10 227 77 117
Binary 10101000 11101011 11001011 11101 0 1110 1000 10010111 111111 1001111

Color Harmonies of #A8EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBCB

Black with #A8EBCB

Text Example


Text Example

White with #A8EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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