Html Css Color HEX #5CCBAF Medium Aquamarine

📋 copy color: '#5CCBAF'

red 92 ◦ green 203 ◦ blue 175

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

Shades of Medium Aquamarine #5CCBAF

Tints of Medium Aquamarine #5CCBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 19.57%
G = 43.19%
B = 37.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#5CCBAF (or 0x5CCBAF) is known color: Medium Aquamarine. HEX triplet: 5C, CB and AF. RGB value is (92,203,175). Sum of RGB (Red+Green+Blue) = 92+203+175=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAF is #A33450. Grayscale: #A6A6A6. Windows color (decimal): -10695761 or 11520860. OLE color: 11520860.

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

Color convert

RGB 92 203 175 -
CMYK 0.55 0 0.14 0.20
HSL 164.86º 0.52% 0.58% -
HSV(B) 164.86º 0.55% 0.8% -
XYZ 33.51 48.08 48.07 -
YUV 166.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 92 203 175 0.55 0 0.14 0.20 164.86 0.52 0.58
Hex 5C CB AF 37 0 E 14 A5 34 3A
Octal 134 313 257 67 0 16 24 245 64 72
Binary 1011100 11001011 10101111 110111 0 1110 10100 10100101 110100 111010

Color Harmonies of #5CCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBAF

Black with #5CCBAF

Text Example


Text Example

White with #5CCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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