Html Css Color HEX #5CCBA6 Medium Aquamarine

📋 copy color: '#5CCBA6'

red 92 ◦ green 203 ◦ blue 166

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

Shades of Medium Aquamarine #5CCBA6

Tints of Medium Aquamarine #5CCBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 19.96%
G = 44.03%
B = 36.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#5CCBA6 (or 0x5CCBA6) is known color: Medium Aquamarine. HEX triplet: 5C, CB and A6. RGB value is (92,203,166). Sum of RGB (Red+Green+Blue) = 92+203+166=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBA6 is #A33459. Grayscale: #A5A5A5. Windows color (decimal): -10695770 or 10931036. OLE color: 10931036.

HSL color Cylindrical-coordinate representation of color #5CCBA6: hue angle of 160º degrees, saturation: 0.52, 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 #5CCBA6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 203 166 -
CMYK 0.55 0 0.18 0.20
HSL 160º 0.52% 0.58% -
HSV(B) 160º 0.55% 0.8% -
XYZ 32.65 47.74 43.57 -
YUV 165.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 92 203 166 0.55 0 0.18 0.20 160 0.52 0.58
Hex 5C CB A6 37 0 12 14 A0 34 3A
Octal 134 313 246 67 0 22 24 240 64 72
Binary 1011100 11001011 10100110 110111 0 10010 10100 10100000 110100 111010

Color Harmonies of #5CCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBA6

Black with #5CCBA6

Text Example


Text Example

White with #5CCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,203,166); }

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

background-color css

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

 a { background-color: rgb(92,203,166); }

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

border-color css

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

 span { border-color: rgb(92,203,166); }

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