Html Css Color HEX #93EFDD Aquamarine

📋 copy color: '#93EFDD'

red 147 ◦ green 239 ◦ blue 221

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

Shades of Aquamarine #93EFDD

Tints of Aquamarine #93EFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 24.22%
G = 39.37%
B = 36.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#93EFDD (or 0x93EFDD) is known color: Aquamarine. HEX triplet: 93, EF and DD. RGB value is (147,239,221). Sum of RGB (Red+Green+Blue) = 147+239+221=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDD is #6C1022. Grayscale: #D1D1D1. Windows color (decimal): -7082019 or 14544787. OLE color: 14544787.

HSL color Cylindrical-coordinate representation of color #93EFDD: hue angle of 168.26º 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 #93EFDD is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 221 -
CMYK 0.38 0 0.08 0.06
HSL 168.26º 0.74% 0.76% -
HSV(B) 168.26º 0.38% 0.94% -
XYZ 55.95 73.16 79.58 -
YUV 209.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 147 239 221 0.38 0 0.08 0.06 168.26 0.74 0.76
Hex 93 EF DD 26 0 8 6 A8 4A 4C
Octal 223 357 335 46 0 10 6 250 112 114
Binary 10010011 11101111 11011101 100110 0 1000 110 10101000 1001010 1001100

Color Harmonies of #93EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFDD

Black with #93EFDD

Text Example


Text Example

White with #93EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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