Html Css Color HEX #95FCD4 Aquamarine

📋 copy color: '#95FCD4'

red 149 ◦ green 252 ◦ blue 212

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

Shades of Aquamarine #95FCD4

Tints of Aquamarine #95FCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 212 (83.2% from 255) = 34.58%

R = 24.31%
G = 41.11%
B = 34.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#95FCD4 (or 0x95FCD4) is known color: Aquamarine. HEX triplet: 95, FC and D4. RGB value is (149,252,212). Sum of RGB (Red+Green+Blue) = 149+252+212=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCD4 is #6A032B. Grayscale: #D8D8D8. Windows color (decimal): -6947628 or 13958293. OLE color: 13958293.

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

Color convert

RGB 149 252 212 -
CMYK 0.41 0 0.16 0.01
HSL 156.7º 0.94% 0.79% -
HSV(B) 156.7º 0.41% 0.99% -
XYZ 59.09 80.76 74.76 -
YUV 216.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 149 252 212 0.41 0 0.16 0.01 156.7 0.94 0.79
Hex 95 FC D4 29 0 10 1 9D 5E 4F
Octal 225 374 324 51 0 20 1 235 136 117
Binary 10010101 11111100 11010100 101001 0 10000 1 10011101 1011110 1001111

Color Harmonies of #95FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FCD4

Black with #95FCD4

Text Example


Text Example

White with #95FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,252,212); }

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

background-color css

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

 a { background-color: rgb(149,252,212); }

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

border-color css

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

 span { border-color: rgb(149,252,212); }

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