Html Css Color HEX #5CCBAA Medium Aquamarine

📋 copy color: '#5CCBAA'

red 92 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #5CCBAA

Tints of Medium Aquamarine #5CCBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 19.78%
G = 43.66%
B = 36.56%

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

#5CCBAA (or 0x5CCBAA) is known color: Medium Aquamarine. HEX triplet: 5C, CB and AA. RGB value is (92,203,170). Sum of RGB (Red+Green+Blue) = 92+203+170=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAA is #A33455. Grayscale: #A6A6A6. Windows color (decimal): -10695766 or 11193180. OLE color: 11193180.

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

Color convert

RGB 92 203 170 -
CMYK 0.55 0 0.16 0.20
HSL 162.16º 0.52% 0.58% -
HSV(B) 162.16º 0.55% 0.8% -
XYZ 33.03 47.89 45.53 -
YUV 166.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 92 203 170 0.55 0 0.16 0.20 162.16 0.52 0.58
Hex 5C CB AA 37 0 10 14 A2 34 3A
Octal 134 313 252 67 0 20 24 242 64 72
Binary 1011100 11001011 10101010 110111 0 10000 10100 10100010 110100 111010

Color Harmonies of #5CCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBAA

Black with #5CCBAA

Text Example


Text Example

White with #5CCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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