Html Css Color HEX #5DFDCC Aquamarine

📋 copy color: '#5DFDCC'

red 93 ◦ green 253 ◦ blue 204

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

Shades of Aquamarine #5DFDCC

Tints of Aquamarine #5DFDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 16.91%
G = 46%
B = 37.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#5DFDCC (or 0x5DFDCC) is known color: Aquamarine. HEX triplet: 5D, FD and CC. RGB value is (93,253,204). Sum of RGB (Red+Green+Blue) = 93+253+204=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDCC is #A20233. Grayscale: #C7C7C7. Windows color (decimal): -10617396 or 13434205. OLE color: 13434205.

HSL color Cylindrical-coordinate representation of color #5DFDCC: hue angle of 161.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDCC is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 253 204 -
CMYK 0.63 0 0.19 0.01
HSL 161.63º 0.98% 0.68% -
HSV(B) 161.63º 0.63% 0.99% -
XYZ 50.54 76.94 69.31 -
YUV 199.57 130.49 51.98 -
System Red Green Blue C M Y K H S L
Decimal 93 253 204 0.63 0 0.19 0.01 161.63 0.98 0.68
Hex 5D FD CC 3F 0 13 1 A2 62 44
Octal 135 375 314 77 0 23 1 242 142 104
Binary 1011101 11111101 11001100 111111 0 10011 1 10100010 1100010 1000100

Color Harmonies of #5DFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFDCC

Black with #5DFDCC

Text Example


Text Example

White with #5DFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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