Html Css Color HEX #93FFDF Aquamarine

📋 copy color: '#93FFDF'

red 147 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #93FFDF

Tints of Aquamarine #93FFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.8%

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 23.52%
G = 40.8%
B = 35.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#93FFDF (or 0x93FFDF) is known color: Aquamarine. HEX triplet: 93, FF and DF. RGB value is (147,255,223). Sum of RGB (Red+Green+Blue) = 147+255+223=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFDF is #6C0020. Grayscale: #DBDBDB. Windows color (decimal): -7077921 or 14679955. OLE color: 14679955.

HSL color Cylindrical-coordinate representation of color #93FFDF: hue angle of 162.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFDF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 147 255 223 -
CMYK 0.42 0 0.13 0
HSL 162.22º 1% 0.79% -
HSV(B) 162.22º 0.42% 1% -
XYZ 61.11 83.05 82.62 -
YUV 219.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 147 255 223 0.42 0 0.13 0 162.22 1 0.79
Hex 93 FF DF 2A 0 D 0 A2 64 4F
Octal 223 377 337 52 0 15 0 242 144 117
Binary 10010011 11111111 11011111 101010 0 1101 0 10100010 1100100 1001111

Color Harmonies of #93FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFDF

Black with #93FFDF

Text Example


Text Example

White with #93FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,255,223); }

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

background-color css

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

 a { background-color: rgb(147,255,223); }

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

border-color css

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

 span { border-color: rgb(147,255,223); }

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