Html Css Color HEX #95FBD5 Aquamarine

📋 copy color: '#95FBD5'

red 149 ◦ green 251 ◦ blue 213

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

Shades of Aquamarine #95FBD5

Tints of Aquamarine #95FBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.75%

R = 24.31%
G = 40.95%
B = 34.75%

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

#95FBD5 (or 0x95FBD5) is known color: Aquamarine. HEX triplet: 95, FB and D5. RGB value is (149,251,213). Sum of RGB (Red+Green+Blue) = 149+251+213=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FBD5 is #6A042A. Grayscale: #D8D8D8. Windows color (decimal): -6947883 or 14023573. OLE color: 14023573.

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

Color convert

RGB 149 251 213 -
CMYK 0.41 0 0.15 0.02
HSL 157.65º 0.93% 0.78% -
HSV(B) 157.65º 0.41% 0.98% -
XYZ 58.9 80.19 75.32 -
YUV 216.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 149 251 213 0.41 0 0.15 0.02 157.65 0.93 0.78
Hex 95 FB D5 29 0 F 2 9E 5D 4E
Octal 225 373 325 51 0 17 2 236 135 116
Binary 10010101 11111011 11010101 101001 0 1111 10 10011110 1011101 1001110

Color Harmonies of #95FBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FBD5

Black with #95FBD5

Text Example


Text Example

White with #95FBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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