Html Css Color HEX #93EFD6 Aquamarine

📋 copy color: '#93EFD6'

red 147 ◦ green 239 ◦ blue 214

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

Shades of Aquamarine #93EFD6

Tints of Aquamarine #93EFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.83%

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

R = 24.5%
G = 39.83%
B = 35.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#93EFD6 (or 0x93EFD6) is known color: Aquamarine. HEX triplet: 93, EF and D6. RGB value is (147,239,214). Sum of RGB (Red+Green+Blue) = 147+239+214=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD6 is #6C1029. Grayscale: #D0D0D0. Windows color (decimal): -7082026 or 14086035. OLE color: 14086035.

HSL color Cylindrical-coordinate representation of color #93EFD6: hue angle of 163.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFD6 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 214 -
CMYK 0.38 0 0.10 0.06
HSL 163.7º 0.74% 0.76% -
HSV(B) 163.7º 0.38% 0.94% -
XYZ 55.04 72.79 74.77 -
YUV 208.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 147 239 214 0.38 0 0.10 0.06 163.7 0.74 0.76
Hex 93 EF D6 26 0 A 6 A4 4A 4C
Octal 223 357 326 46 0 12 6 244 112 114
Binary 10010011 11101111 11010110 100110 0 1010 110 10100100 1001010 1001100

Color Harmonies of #93EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFD6

Black with #93EFD6

Text Example


Text Example

White with #93EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,214); }

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

background-color css

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

 a { background-color: rgb(147,239,214); }

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

border-color css

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

 span { border-color: rgb(147,239,214); }

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