Html Css Color HEX #95FBD6 Aquamarine

📋 copy color: '#95FBD6'

red 149 ◦ green 251 ◦ blue 214

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

Shades of Aquamarine #95FBD6

Tints of Aquamarine #95FBD6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 24.27%
G = 40.88%
B = 34.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#95FBD6 (or 0x95FBD6) is known color: Aquamarine. HEX triplet: 95, FB and D6. RGB value is (149,251,214). Sum of RGB (Red+Green+Blue) = 149+251+214=614 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.27% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBD6 is #6A0429. Grayscale: #D8D8D8. Windows color (decimal): -6947882 or 14089109. OLE color: 14089109.

HSL color Cylindrical-coordinate representation of color #95FBD6: hue angle of 158.24º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBD6 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 251 214 -
CMYK 0.41 0 0.15 0.02
HSL 158.24º 0.93% 0.78% -
HSV(B) 158.24º 0.41% 0.98% -
XYZ 59.03 80.24 75.99 -
YUV 216.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 149 251 214 0.41 0 0.15 0.02 158.24 0.93 0.78
Hex 95 FB D6 29 0 F 2 9E 5D 4E
Octal 225 373 326 51 0 17 2 236 135 116
Binary 10010101 11111011 11010110 101001 0 1111 10 10011110 1011101 1001110

Color Harmonies of #95FBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FBD6

Black with #95FBD6

Text Example


Text Example

White with #95FBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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