Html Css Color HEX #95FDD6 Aquamarine

📋 copy color: '#95FDD6'

red 149 ◦ green 253 ◦ blue 214

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

Shades of Aquamarine #95FDD6

Tints of Aquamarine #95FDD6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 24.19%
G = 41.07%
B = 34.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#95FDD6 (or 0x95FDD6) is known color: Aquamarine. HEX triplet: 95, FD and D6. RGB value is (149,253,214). Sum of RGB (Red+Green+Blue) = 149+253+214=616 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.19% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FDD6 is #6A0229. Grayscale: #D9D9D9. Windows color (decimal): -6947370 or 14089621. OLE color: 14089621.

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

Color convert

RGB 149 253 214 -
CMYK 0.41 0 0.15 0.01
HSL 157.5º 0.96% 0.79% -
HSV(B) 157.5º 0.41% 0.99% -
XYZ 59.66 81.5 76.2 -
YUV 217.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 149 253 214 0.41 0 0.15 0.01 157.5 0.96 0.79
Hex 95 FD D6 29 0 F 1 9E 60 4F
Octal 225 375 326 51 0 17 1 236 140 117
Binary 10010101 11111101 11010110 101001 0 1111 1 10011110 1100000 1001111

Color Harmonies of #95FDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FDD6

Black with #95FDD6

Text Example


Text Example

White with #95FDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,253,214); }

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

background-color css

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

 a { background-color: rgb(149,253,214); }

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

border-color css

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

 span { border-color: rgb(149,253,214); }

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