Html Css Color HEX #95F6D6 Aquamarine

📋 copy color: '#95F6D6'

red 149 ◦ green 246 ◦ blue 214

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

Shades of Aquamarine #95F6D6

Tints of Aquamarine #95F6D6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.39%

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

R = 24.47%
G = 40.39%
B = 35.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#95F6D6 (or 0x95F6D6) is known color: Aquamarine. HEX triplet: 95, F6 and D6. RGB value is (149,246,214). Sum of RGB (Red+Green+Blue) = 149+246+214=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F6D6 is #6A0929. Grayscale: #D5D5D5. Windows color (decimal): -6949162 or 14087829. OLE color: 14087829.

HSL color Cylindrical-coordinate representation of color #95F6D6: hue angle of 160.21º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F6D6 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 246 214 -
CMYK 0.39 0 0.13 0.04
HSL 160.21º 0.84% 0.77% -
HSV(B) 160.21º 0.39% 0.96% -
XYZ 57.49 77.16 75.48 -
YUV 213.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 149 246 214 0.39 0 0.13 0.04 160.21 0.84 0.77
Hex 95 F6 D6 27 0 D 4 A0 54 4D
Octal 225 366 326 47 0 15 4 240 124 115
Binary 10010101 11110110 11010110 100111 0 1101 100 10100000 1010100 1001101

Color Harmonies of #95F6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F6D6

Black with #95F6D6

Text Example


Text Example

White with #95F6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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