Html Css Color HEX #5CCBA4 Medium Aquamarine

📋 copy color: '#5CCBA4'

red 92 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #5CCBA4

Tints of Medium Aquamarine #5CCBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 20.04%
G = 44.23%
B = 35.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#5CCBA4 (or 0x5CCBA4) is known color: Medium Aquamarine. HEX triplet: 5C, CB and A4. RGB value is (92,203,164). Sum of RGB (Red+Green+Blue) = 92+203+164=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBA4 is #A3345B. Grayscale: #A5A5A5. Windows color (decimal): -10695772 or 10799964. OLE color: 10799964.

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

Color convert

RGB 92 203 164 -
CMYK 0.55 0 0.19 0.20
HSL 158.92º 0.52% 0.58% -
HSV(B) 158.92º 0.55% 0.8% -
XYZ 32.47 47.67 42.61 -
YUV 165.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 92 203 164 0.55 0 0.19 0.20 158.92 0.52 0.58
Hex 5C CB A4 37 0 13 14 9F 34 3A
Octal 134 313 244 67 0 23 24 237 64 72
Binary 1011100 11001011 10100100 110111 0 10011 10100 10011111 110100 111010

Color Harmonies of #5CCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCBA4

Black with #5CCBA4

Text Example


Text Example

White with #5CCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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