Html Css Color HEX #95FEE5 Aquamarine

📋 copy color: '#95FEE5'

red 149 ◦ green 254 ◦ blue 229

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

Shades of Aquamarine #95FEE5

Tints of Aquamarine #95FEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 23.58%
G = 40.19%
B = 36.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#95FEE5 (or 0x95FEE5) is known color: Aquamarine. HEX triplet: 95, FE and E5. RGB value is (149,254,229). Sum of RGB (Red+Green+Blue) = 149+254+229=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEE5 is #6A011A. Grayscale: #DBDBDB. Windows color (decimal): -6947099 or 15072917. OLE color: 15072917.

HSL color Cylindrical-coordinate representation of color #95FEE5: hue angle of 165.71º 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 #95FEE5 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 254 229 -
CMYK 0.41 0 0.10 0.00
HSL 165.71º 0.98% 0.79% -
HSV(B) 165.71º 0.41% 1% -
XYZ 61.98 82.93 86.87 -
YUV 219.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 149 254 229 0.41 0 0.10 0.00 165.71 0.98 0.79
Hex 95 FE E5 29 0 A 0 A6 62 4F
Octal 225 376 345 51 0 12 0 246 142 117
Binary 10010101 11111110 11100101 101001 0 1010 0 10100110 1100010 1001111

Color Harmonies of #95FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FEE5

Black with #95FEE5

Text Example


Text Example

White with #95FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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