Html Css Color HEX #5CCDB6 Medium Aquamarine

📋 copy color: '#5CCDB6'

red 92 ◦ green 205 ◦ blue 182

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

Shades of Medium Aquamarine #5CCDB6

Tints of Medium Aquamarine #5CCDB6

RGB

 RED value IS 92 (36.33% from 255) = 19.21%

 GREEN value IS 205 (80.47% from 255) = 42.8%

 BLUE value IS 182 (71.48% from 255) = 38%

R = 19.21%
G = 42.8%
B = 38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#5CCDB6 (or 0x5CCDB6) is known color: Medium Aquamarine. HEX triplet: 5C, CD and B6. RGB value is (92,205,182). Sum of RGB (Red+Green+Blue) = 92+205+182=479 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.21% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDB6 is #A33249. Grayscale: #A8A8A8. Windows color (decimal): -10695242 or 11980124. OLE color: 11980124.

HSL color Cylindrical-coordinate representation of color #5CCDB6: hue angle of 167.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDB6 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 205 182 -
CMYK 0.55 0 0.11 0.20
HSL 167.79º 0.53% 0.58% -
HSV(B) 167.79º 0.55% 0.8% -
XYZ 34.69 49.32 51.95 -
YUV 168.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 92 205 182 0.55 0 0.11 0.20 167.79 0.53 0.58
Hex 5C CD B6 37 0 B 14 A8 35 3A
Octal 134 315 266 67 0 13 24 250 65 72
Binary 1011100 11001101 10110110 110111 0 1011 10100 10101000 110101 111010

Color Harmonies of #5CCDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDB6

Black with #5CCDB6

Text Example


Text Example

White with #5CCDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,205,182); }

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

background-color css

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

 a { background-color: rgb(92,205,182); }

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

border-color css

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

 span { border-color: rgb(92,205,182); }

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