Html Css Color HEX #5CCAB0 Medium Aquamarine

📋 copy color: '#5CCAB0'

red 92 ◦ green 202 ◦ blue 176

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

Shades of Medium Aquamarine #5CCAB0

Tints of Medium Aquamarine #5CCAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 19.57%
G = 42.98%
B = 37.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#5CCAB0 (or 0x5CCAB0) is known color: Medium Aquamarine. HEX triplet: 5C, CA and B0. RGB value is (92,202,176). Sum of RGB (Red+Green+Blue) = 92+202+176=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAB0 is #A3354F. Grayscale: #A6A6A6. Windows color (decimal): -10696016 or 11586140. OLE color: 11586140.

HSL color Cylindrical-coordinate representation of color #5CCAB0: hue angle of 165.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAB0 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 202 176 -
CMYK 0.54 0 0.13 0.21
HSL 165.82º 0.51% 0.58% -
HSV(B) 165.82º 0.54% 0.79% -
XYZ 33.37 47.65 48.51 -
YUV 166.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 92 202 176 0.54 0 0.13 0.21 165.82 0.51 0.58
Hex 5C CA B0 36 0 D 15 A6 33 3A
Octal 134 312 260 66 0 15 25 246 63 72
Binary 1011100 11001010 10110000 110110 0 1101 10101 10100110 110011 111010

Color Harmonies of #5CCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCAB0

Black with #5CCAB0

Text Example


Text Example

White with #5CCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,202,176); }

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

background-color css

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

 a { background-color: rgb(92,202,176); }

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

border-color css

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

 span { border-color: rgb(92,202,176); }

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