Html Css Color HEX #95FAE1 Aquamarine

📋 copy color: '#95FAE1'

red 149 ◦ green 250 ◦ blue 225

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

Shades of Aquamarine #95FAE1

Tints of Aquamarine #95FAE1

RGB

 RED value IS 149 (58.59% from 255) = 23.88%

 GREEN value IS 250 (98.05% from 255) = 40.06%

 BLUE value IS 225 (88.28% from 255) = 36.06%

R = 23.88%
G = 40.06%
B = 36.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#95FAE1 (or 0x95FAE1) is known color: Aquamarine. HEX triplet: 95, FA and E1. RGB value is (149,250,225). Sum of RGB (Red+Green+Blue) = 149+250+225=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAE1 is #6A051E. Grayscale: #D8D8D8. Windows color (decimal): -6948127 or 14809749. OLE color: 14809749.

HSL color Cylindrical-coordinate representation of color #95FAE1: hue angle of 165.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAE1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 225 -
CMYK 0.40 0 0.10 0.02
HSL 165.15º 0.91% 0.78% -
HSV(B) 165.15º 0.4% 0.98% -
XYZ 60.17 80.2 83.54 -
YUV 216.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 149 250 225 0.40 0 0.10 0.02 165.15 0.91 0.78
Hex 95 FA E1 28 0 A 2 A5 5B 4E
Octal 225 372 341 50 0 12 2 245 133 116
Binary 10010101 11111010 11100001 101000 0 1010 10 10100101 1011011 1001110

Color Harmonies of #95FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FAE1

Black with #95FAE1

Text Example


Text Example

White with #95FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FAE1; }

 p { color: rgb(149,250,225); }

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

background-color css

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

 a { background-color: rgb(149,250,225); }

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

border-color css

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

 span { border-color: rgb(149,250,225); }

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