Html Css Color HEX #95FDE7 Aquamarine

📋 copy color: '#95FDE7'

red 149 ◦ green 253 ◦ blue 231

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

Shades of Aquamarine #95FDE7

Tints of Aquamarine #95FDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 23.54%
G = 39.97%
B = 36.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#95FDE7 (or 0x95FDE7) is known color: Aquamarine. HEX triplet: 95, FD and E7. RGB value is (149,253,231). Sum of RGB (Red+Green+Blue) = 149+253+231=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #95FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FDE7 is #6A0218. Grayscale: #DBDBDB. Windows color (decimal): -6947353 or 15203733. OLE color: 15203733.

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

Color convert

RGB 149 253 231 -
CMYK 0.41 0 0.09 0.01
HSL 167.31º 0.96% 0.79% -
HSV(B) 167.31º 0.41% 0.99% -
XYZ 61.94 82.41 88.24 -
YUV 219.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 149 253 231 0.41 0 0.09 0.01 167.31 0.96 0.79
Hex 95 FD E7 29 0 9 1 A7 60 4F
Octal 225 375 347 51 0 11 1 247 140 117
Binary 10010101 11111101 11100111 101001 0 1001 1 10100111 1100000 1001111

Color Harmonies of #95FDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FDE7

Black with #95FDE7

Text Example


Text Example

White with #95FDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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