Html Css Color HEX #93F8CE Aquamarine

📋 copy color: '#93F8CE'

red 147 ◦ green 248 ◦ blue 206

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

Shades of Aquamarine #93F8CE

Tints of Aquamarine #93F8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.26%

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

R = 24.46%
G = 41.26%
B = 34.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#93F8CE (or 0x93F8CE) is known color: Aquamarine. HEX triplet: 93, F8 and CE. RGB value is (147,248,206). Sum of RGB (Red+Green+Blue) = 147+248+206=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8CE is #6C0731. Grayscale: #D5D5D5. Windows color (decimal): -7079730 or 13564051. OLE color: 13564051.

HSL color Cylindrical-coordinate representation of color #93F8CE: hue angle of 155.05º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8CE is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 248 206 -
CMYK 0.41 0 0.17 0.03
HSL 155.05º 0.88% 0.77% -
HSV(B) 155.05º 0.41% 0.97% -
XYZ 56.74 77.79 70.42 -
YUV 213.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 147 248 206 0.41 0 0.17 0.03 155.05 0.88 0.77
Hex 93 F8 CE 29 0 11 3 9B 58 4D
Octal 223 370 316 51 0 21 3 233 130 115
Binary 10010011 11111000 11001110 101001 0 10001 11 10011011 1011000 1001101

Color Harmonies of #93F8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F8CE

Black with #93F8CE

Text Example


Text Example

White with #93F8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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