Html Css Color HEX #93FCC8 Aquamarine

📋 copy color: '#93FCC8'

red 147 ◦ green 252 ◦ blue 200

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

Shades of Aquamarine #93FCC8

Tints of Aquamarine #93FCC8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 24.54%
G = 42.07%
B = 33.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#93FCC8 (or 0x93FCC8) is known color: Aquamarine. HEX triplet: 93, FC and C8. RGB value is (147,252,200). Sum of RGB (Red+Green+Blue) = 147+252+200=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCC8 is #6C0337. Grayscale: #D6D6D6. Windows color (decimal): -7078712 or 13171859. OLE color: 13171859.

HSL color Cylindrical-coordinate representation of color #93FCC8: hue angle of 150.29º degrees, saturation: 0.95, 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 #93FCC8 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 200 -
CMYK 0.42 0 0.21 0.01
HSL 150.29º 0.95% 0.78% -
HSV(B) 150.29º 0.42% 0.99% -
XYZ 57.27 79.99 67.07 -
YUV 214.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 147 252 200 0.42 0 0.21 0.01 150.29 0.95 0.78
Hex 93 FC C8 2A 0 15 1 96 5F 4E
Octal 223 374 310 52 0 25 1 226 137 116
Binary 10010011 11111100 11001000 101010 0 10101 1 10010110 1011111 1001110

Color Harmonies of #93FCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCC8

Black with #93FCC8

Text Example


Text Example

White with #93FCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,252,200); }

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

background-color css

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

 a { background-color: rgb(147,252,200); }

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

border-color css

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

 span { border-color: rgb(147,252,200); }

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