Html Css Color HEX #93FDEB Aquamarine

📋 copy color: '#93FDEB'

red 147 ◦ green 253 ◦ blue 235

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

Shades of Aquamarine #93FDEB

Tints of Aquamarine #93FDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 23.15%
G = 39.84%
B = 37.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#93FDEB (or 0x93FDEB) is known color: Aquamarine. HEX triplet: 93, FD and EB. RGB value is (147,253,235). Sum of RGB (Red+Green+Blue) = 147+253+235=635 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.15% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDEB is #6C0214. Grayscale: #DBDBDB. Windows color (decimal): -7078421 or 15465875. OLE color: 15465875.

HSL color Cylindrical-coordinate representation of color #93FDEB: hue angle of 169.81º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDEB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 253 235 -
CMYK 0.42 0 0.07 0.01
HSL 169.81º 0.96% 0.78% -
HSV(B) 169.81º 0.42% 0.99% -
XYZ 62.15 82.45 91.24 -
YUV 219.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 147 253 235 0.42 0 0.07 0.01 169.81 0.96 0.78
Hex 93 FD EB 2A 0 7 1 AA 60 4E
Octal 223 375 353 52 0 7 1 252 140 116
Binary 10010011 11111101 11101011 101010 0 111 1 10101010 1100000 1001110

Color Harmonies of #93FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FDEB

Black with #93FDEB

Text Example


Text Example

White with #93FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,253,235); }

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

background-color css

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

 a { background-color: rgb(147,253,235); }

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

border-color css

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

 span { border-color: rgb(147,253,235); }

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