Html Css Color HEX #95FEE1 Aquamarine

📋 copy color: '#95FEE1'

red 149 ◦ green 254 ◦ blue 225

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

Shades of Aquamarine #95FEE1

Tints of Aquamarine #95FEE1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

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

R = 23.73%
G = 40.45%
B = 35.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#95FEE1 (or 0x95FEE1) is known color: Aquamarine. HEX triplet: 95, FE and E1. RGB value is (149,254,225). Sum of RGB (Red+Green+Blue) = 149+254+225=628 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.73% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEE1 is #6A011E. Grayscale: #DBDBDB. Windows color (decimal): -6947103 or 14810773. OLE color: 14810773.

HSL color Cylindrical-coordinate representation of color #95FEE1: hue angle of 163.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FEE1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 254 225 -
CMYK 0.41 0 0.11 0.00
HSL 163.43º 0.98% 0.79% -
HSV(B) 163.43º 0.41% 1% -
XYZ 61.43 82.71 83.96 -
YUV 219.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 149 254 225 0.41 0 0.11 0.00 163.43 0.98 0.79
Hex 95 FE E1 29 0 B 0 A3 62 4F
Octal 225 376 341 51 0 13 0 243 142 117
Binary 10010101 11111110 11100001 101001 0 1011 0 10100011 1100010 1001111

Color Harmonies of #95FEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FEE1

Black with #95FEE1

Text Example


Text Example

White with #95FEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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