Html Css Color HEX #5DFACC Aquamarine

📋 copy color: '#5DFACC'

red 93 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #5DFACC

Tints of Aquamarine #5DFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 17%
G = 45.7%
B = 37.29%

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

#5DFACC (or 0x5DFACC) is known color: Aquamarine. HEX triplet: 5D, FA and CC. RGB value is (93,250,204). Sum of RGB (Red+Green+Blue) = 93+250+204=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFACC is #A20533. Grayscale: #C5C5C5. Windows color (decimal): -10618164 or 13433437. OLE color: 13433437.

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

Color convert

RGB 93 250 204 -
CMYK 0.63 0 0.18 0.02
HSL 162.42º 0.94% 0.67% -
HSV(B) 162.42º 0.63% 0.98% -
XYZ 49.6 75.06 69 -
YUV 197.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 93 250 204 0.63 0 0.18 0.02 162.42 0.94 0.67
Hex 5D FA CC 3F 0 12 2 A2 5E 43
Octal 135 372 314 77 0 22 2 242 136 103
Binary 1011101 11111010 11001100 111111 0 10010 10 10100010 1011110 1000011

Color Harmonies of #5DFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFACC

Black with #5DFACC

Text Example


Text Example

White with #5DFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,250,204); }

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

background-color css

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

 a { background-color: rgb(93,250,204); }

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

border-color css

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

 span { border-color: rgb(93,250,204); }

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