Html Css Color HEX #95FEDA Aquamarine

📋 copy color: '#95FEDA'

red 149 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #95FEDA

Tints of Aquamarine #95FEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 23.99%
G = 40.9%
B = 35.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#95FEDA (or 0x95FEDA) is known color: Aquamarine. HEX triplet: 95, FE and DA. RGB value is (149,254,218). Sum of RGB (Red+Green+Blue) = 149+254+218=621 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.99% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FEDA is #6A0125. Grayscale: #DADADA. Windows color (decimal): -6947110 or 14352021. OLE color: 14352021.

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

Color convert

RGB 149 254 218 -
CMYK 0.41 0 0.14 0.00
HSL 159.43º 0.98% 0.79% -
HSV(B) 159.43º 0.41% 1% -
XYZ 60.49 82.34 79.03 -
YUV 218.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 149 254 218 0.41 0 0.14 0.00 159.43 0.98 0.79
Hex 95 FE DA 29 0 E 0 9F 62 4F
Octal 225 376 332 51 0 16 0 237 142 117
Binary 10010101 11111110 11011010 101001 0 1110 0 10011111 1100010 1001111

Color Harmonies of #95FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FEDA

Black with #95FEDA

Text Example


Text Example

White with #95FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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