Html Css Color HEX #5CCCB5 Medium Aquamarine

📋 copy color: '#5CCCB5'

red 92 ◦ green 204 ◦ blue 181

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

Shades of Medium Aquamarine #5CCCB5

Tints of Medium Aquamarine #5CCCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 19.29%
G = 42.77%
B = 37.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#5CCCB5 (or 0x5CCCB5) is known color: Medium Aquamarine. HEX triplet: 5C, CC and B5. RGB value is (92,204,181). Sum of RGB (Red+Green+Blue) = 92+204+181=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCB5 is #A3334A. Grayscale: #A7A7A7. Windows color (decimal): -10695499 or 11914332. OLE color: 11914332.

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

Color convert

RGB 92 204 181 -
CMYK 0.55 0 0.11 0.2
HSL 167.68º 0.52% 0.58% -
HSV(B) 167.68º 0.55% 0.8% -
XYZ 34.35 48.8 51.32 -
YUV 167.89 135.39 73.87 -
System Red Green Blue C M Y K H S L
Decimal 92 204 181 0.55 0 0.11 0.2 167.68 0.52 0.58
Hex 5C CC B5 37 0 B 14 A8 34 3A
Octal 134 314 265 67 0 13 24 250 64 72
Binary 1011100 11001100 10110101 110111 0 1011 10100 10101000 110100 111010

Color Harmonies of #5CCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCB5

Black with #5CCCB5

Text Example


Text Example

White with #5CCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,204,181); }

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

background-color css

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

 a { background-color: rgb(92,204,181); }

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

border-color css

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

 span { border-color: rgb(92,204,181); }

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