Html Css Color HEX #95FADD Aquamarine

📋 copy color: '#95FADD'

red 149 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #95FADD

Tints of Aquamarine #95FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 24.03%
G = 40.32%
B = 35.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#95FADD (or 0x95FADD) is known color: Aquamarine. HEX triplet: 95, FA and DD. RGB value is (149,250,221). Sum of RGB (Red+Green+Blue) = 149+250+221=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #95FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FADD is #6A0522. Grayscale: #D8D8D8. Windows color (decimal): -6948131 or 14547605. OLE color: 14547605.

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

Color convert

RGB 149 250 221 -
CMYK 0.40 0 0.12 0.02
HSL 162.77º 0.91% 0.78% -
HSV(B) 162.77º 0.4% 0.98% -
XYZ 59.63 79.98 80.7 -
YUV 216.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 149 250 221 0.40 0 0.12 0.02 162.77 0.91 0.78
Hex 95 FA DD 28 0 C 2 A3 5B 4E
Octal 225 372 335 50 0 14 2 243 133 116
Binary 10010101 11111010 11011101 101000 0 1100 10 10100011 1011011 1001110

Color Harmonies of #95FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FADD

Black with #95FADD

Text Example


Text Example

White with #95FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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