Html Css Color HEX #95FAE4 Aquamarine

📋 copy color: '#95FAE4'

red 149 ◦ green 250 ◦ blue 228

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

Shades of Aquamarine #95FAE4

Tints of Aquamarine #95FAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.36%

R = 23.76%
G = 39.87%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#95FAE4 (or 0x95FAE4) is known color: Aquamarine. HEX triplet: 95, FA and E4. RGB value is (149,250,228). Sum of RGB (Red+Green+Blue) = 149+250+228=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAE4 is #6A051B. Grayscale: #D9D9D9. Windows color (decimal): -6948124 or 15006357. OLE color: 15006357.

HSL color Cylindrical-coordinate representation of color #95FAE4: hue angle of 166.93º 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 #95FAE4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 250 228 -
CMYK 0.40 0 0.09 0.02
HSL 166.93º 0.91% 0.78% -
HSV(B) 166.93º 0.4% 0.98% -
XYZ 60.58 80.36 85.72 -
YUV 217.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 149 250 228 0.40 0 0.09 0.02 166.93 0.91 0.78
Hex 95 FA E4 28 0 9 2 A7 5B 4E
Octal 225 372 344 50 0 11 2 247 133 116
Binary 10010101 11111010 11100100 101000 0 1001 10 10100111 1011011 1001110

Color Harmonies of #95FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FAE4

Black with #95FAE4

Text Example


Text Example

White with #95FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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