Html Css Color HEX #95FFDA Aquamarine

📋 copy color: '#95FFDA'

red 149 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #95FFDA

Tints of Aquamarine #95FFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

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

R = 23.95%
G = 41%
B = 35.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#95FFDA (or 0x95FFDA) is known color: Aquamarine. HEX triplet: 95, FF and DA. RGB value is (149,255,218). Sum of RGB (Red+Green+Blue) = 149+255+218=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFDA is #6A0025. Grayscale: #DBDBDB. Windows color (decimal): -6946854 or 14352277. OLE color: 14352277.

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

Color convert

RGB 149 255 218 -
CMYK 0.42 0 0.15 0
HSL 159.06º 1% 0.79% -
HSV(B) 159.06º 0.42% 1% -
XYZ 60.81 82.97 79.14 -
YUV 219.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 149 255 218 0.42 0 0.15 0 159.06 1 0.79
Hex 95 FF DA 2A 0 F 0 9F 64 4F
Octal 225 377 332 52 0 17 0 237 144 117
Binary 10010101 11111111 11011010 101010 0 1111 0 10011111 1100100 1001111

Color Harmonies of #95FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFDA

Black with #95FFDA

Text Example


Text Example

White with #95FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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