Html Css Color HEX #93F8DF Aquamarine

📋 copy color: '#93F8DF'

red 147 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #93F8DF

Tints of Aquamarine #93F8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.13%

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

R = 23.79%
G = 40.13%
B = 36.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#93F8DF (or 0x93F8DF) is known color: Aquamarine. HEX triplet: 93, F8 and DF. RGB value is (147,248,223). Sum of RGB (Red+Green+Blue) = 147+248+223=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8DF is #6C0720. Grayscale: #D6D6D6. Windows color (decimal): -7079713 or 14678163. OLE color: 14678163.

HSL color Cylindrical-coordinate representation of color #93F8DF: hue angle of 165.15º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8DF is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 248 223 -
CMYK 0.41 0 0.10 0.03
HSL 165.15º 0.88% 0.77% -
HSV(B) 165.15º 0.41% 0.97% -
XYZ 58.92 78.67 81.89 -
YUV 214.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 147 248 223 0.41 0 0.10 0.03 165.15 0.88 0.77
Hex 93 F8 DF 29 0 A 3 A5 58 4D
Octal 223 370 337 51 0 12 3 245 130 115
Binary 10010011 11111000 11011111 101001 0 1010 11 10100101 1011000 1001101

Color Harmonies of #93F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F8DF

Black with #93F8DF

Text Example


Text Example

White with #93F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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