Html Css Color HEX #93F9D2 Aquamarine

📋 copy color: '#93F9D2'

red 147 ◦ green 249 ◦ blue 210

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

Shades of Aquamarine #93F9D2

Tints of Aquamarine #93F9D2

RGB

 RED value IS 147 (57.81% from 255) = 24.26%

 GREEN value IS 249 (97.66% from 255) = 41.09%

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 24.26%
G = 41.09%
B = 34.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#93F9D2 (or 0x93F9D2) is known color: Aquamarine. HEX triplet: 93, F9 and D2. RGB value is (147,249,210). Sum of RGB (Red+Green+Blue) = 147+249+210=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9D2 is #6C062D. Grayscale: #D6D6D6. Windows color (decimal): -7079470 or 13826451. OLE color: 13826451.

HSL color Cylindrical-coordinate representation of color #93F9D2: hue angle of 157.06º degrees, saturation: 0.89, 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 #93F9D2 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 249 210 -
CMYK 0.41 0 0.16 0.02
HSL 157.06º 0.89% 0.78% -
HSV(B) 157.06º 0.41% 0.98% -
XYZ 57.54 78.61 73.11 -
YUV 214.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 147 249 210 0.41 0 0.16 0.02 157.06 0.89 0.78
Hex 93 F9 D2 29 0 10 2 9D 59 4E
Octal 223 371 322 51 0 20 2 235 131 116
Binary 10010011 11111001 11010010 101001 0 10000 10 10011101 1011001 1001110

Color Harmonies of #93F9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F9D2

Black with #93F9D2

Text Example


Text Example

White with #93F9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93F9D2; }

 p { color: rgb(147,249,210); }

 H1.HeaderClassName
 {
   color: #93F9D2;
 }
 .AnyTagClassName
 {
   color: #93F9D2;
 }
</style>

background-color css

<style>
 a { background-color: #93F9D2; }

 a { background-color: rgb(147,249,210); }

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

border-color css

<style>
 span { border-color: #93F9D2; }

 span { border-color: rgb(147,249,210); }

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