Html Css Color HEX #5CCBAB Medium Aquamarine

📋 copy color: '#5CCBAB'

red 92 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #5CCBAB

Tints of Medium Aquamarine #5CCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 19.74%
G = 43.56%
B = 36.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5CCBAB (or 0x5CCBAB) is known color: Medium Aquamarine. HEX triplet: 5C, CB and AB. RGB value is (92,203,171). Sum of RGB (Red+Green+Blue) = 92+203+171=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAB is #A33454. Grayscale: #A6A6A6. Windows color (decimal): -10695765 or 11258716. OLE color: 11258716.

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

Color convert

RGB 92 203 171 -
CMYK 0.55 0 0.16 0.20
HSL 162.7º 0.52% 0.58% -
HSV(B) 162.7º 0.55% 0.8% -
XYZ 33.12 47.93 46.03 -
YUV 166.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 92 203 171 0.55 0 0.16 0.20 162.7 0.52 0.58
Hex 5C CB AB 37 0 10 14 A3 34 3A
Octal 134 313 253 67 0 20 24 243 64 72
Binary 1011100 11001011 10101011 110111 0 10000 10100 10100011 110100 111010

Color Harmonies of #5CCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBAB

Black with #5CCBAB

Text Example


Text Example

White with #5CCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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