Html Css Color HEX #5DFBCE Aquamarine

📋 copy color: '#5DFBCE'

red 93 ◦ green 251 ◦ blue 206

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

Shades of Aquamarine #5DFBCE

Tints of Aquamarine #5DFBCE

RGB

 RED value IS 93 (36.72% from 255) = 16.91%

 GREEN value IS 251 (98.44% from 255) = 45.64%

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

R = 16.91%
G = 45.64%
B = 37.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#5DFBCE (or 0x5DFBCE) is known color: Aquamarine. HEX triplet: 5D, FB and CE. RGB value is (93,251,206). Sum of RGB (Red+Green+Blue) = 93+251+206=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBCE is #A20431. Grayscale: #C6C6C6. Windows color (decimal): -10617906 or 13564765. OLE color: 13564765.

HSL color Cylindrical-coordinate representation of color #5DFBCE: hue angle of 162.91º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBCE is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 251 206 -
CMYK 0.63 0 0.18 0.02
HSL 162.91º 0.95% 0.67% -
HSV(B) 162.91º 0.63% 0.98% -
XYZ 50.15 75.78 70.38 -
YUV 198.63 132.15 52.66 -
System Red Green Blue C M Y K H S L
Decimal 93 251 206 0.63 0 0.18 0.02 162.91 0.95 0.67
Hex 5D FB CE 3F 0 12 2 A3 5F 43
Octal 135 373 316 77 0 22 2 243 137 103
Binary 1011101 11111011 11001110 111111 0 10010 10 10100011 1011111 1000011

Color Harmonies of #5DFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFBCE

Black with #5DFBCE

Text Example


Text Example

White with #5DFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DFBCE; }

 p { color: rgb(93,251,206); }

 H1.HeaderClassName
 {
   color: #5DFBCE;
 }
 .AnyTagClassName
 {
   color: #5DFBCE;
 }
</style>

background-color css

<style>
 a { background-color: #5DFBCE; }

 a { background-color: rgb(93,251,206); }

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

border-color css

<style>
 span { border-color: #5DFBCE; }

 span { border-color: rgb(93,251,206); }

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