Html Css Color HEX #5DFBDB Aquamarine

📋 copy color: '#5DFBDB'

red 93 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #5DFBDB

Tints of Aquamarine #5DFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 16.52%
G = 44.58%
B = 38.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#5DFBDB (or 0x5DFBDB) is known color: Aquamarine. HEX triplet: 5D, FB and DB. RGB value is (93,251,219). Sum of RGB (Red+Green+Blue) = 93+251+219=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFBDB is #A20424. Grayscale: #C8C8C8. Windows color (decimal): -10617893 or 14416733. OLE color: 14416733.

HSL color Cylindrical-coordinate representation of color #5DFBDB: hue angle of 167.85º 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 #5DFBDB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 251 219 -
CMYK 0.63 0 0.13 0.02
HSL 167.85º 0.95% 0.67% -
HSV(B) 167.85º 0.63% 0.98% -
XYZ 51.8 76.44 79.04 -
YUV 200.11 138.65 51.6 -
System Red Green Blue C M Y K H S L
Decimal 93 251 219 0.63 0 0.13 0.02 167.85 0.95 0.67
Hex 5D FB DB 3F 0 D 2 A8 5F 43
Octal 135 373 333 77 0 15 2 250 137 103
Binary 1011101 11111011 11011011 111111 0 1101 10 10101000 1011111 1000011

Color Harmonies of #5DFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFBDB

Black with #5DFBDB

Text Example


Text Example

White with #5DFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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