Html Css Color HEX #93FFCE Aquamarine

📋 copy color: '#93FFCE'

red 147 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #93FFCE

Tints of Aquamarine #93FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 41.94%

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 24.18%
G = 41.94%
B = 33.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#93FFCE (or 0x93FFCE) is known color: Aquamarine. HEX triplet: 93, FF and CE. RGB value is (147,255,206). Sum of RGB (Red+Green+Blue) = 147+255+206=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFCE is #6C0031. Grayscale: #D9D9D9. Windows color (decimal): -7077938 or 13565843. OLE color: 13565843.

HSL color Cylindrical-coordinate representation of color #93FFCE: hue angle of 152.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFCE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 147 255 206 -
CMYK 0.42 0 0.19 0
HSL 152.78º 1% 0.79% -
HSV(B) 152.78º 0.42% 1% -
XYZ 58.93 82.18 71.15 -
YUV 217.12 121.72 77.98 -
System Red Green Blue C M Y K H S L
Decimal 147 255 206 0.42 0 0.19 0 152.78 1 0.79
Hex 93 FF CE 2A 0 13 0 99 64 4F
Octal 223 377 316 52 0 23 0 231 144 117
Binary 10010011 11111111 11001110 101010 0 10011 0 10011001 1100100 1001111

Color Harmonies of #93FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FFCE

Black with #93FFCE

Text Example


Text Example

White with #93FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,255,206); }

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

background-color css

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

 a { background-color: rgb(147,255,206); }

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

border-color css

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

 span { border-color: rgb(147,255,206); }

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