Html Css Color HEX #5FCDB4 Medium Aquamarine

📋 copy color: '#5FCDB4'

red 95 ◦ green 205 ◦ blue 180

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

Shades of Medium Aquamarine #5FCDB4

Tints of Medium Aquamarine #5FCDB4

RGB

 RED value IS 95 (37.5% from 255) = 19.79%

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 180 (70.7% from 255) = 37.5%

R = 19.79%
G = 42.71%
B = 37.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#5FCDB4 (or 0x5FCDB4) is known color: Medium Aquamarine. HEX triplet: 5F, CD and B4. RGB value is (95,205,180). Sum of RGB (Red+Green+Blue) = 95+205+180=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDB4 is #A0324B. Grayscale: #A9A9A9. Windows color (decimal): -10498636 or 11849055. OLE color: 11849055.

HSL color Cylindrical-coordinate representation of color #5FCDB4: hue angle of 166.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDB4 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 205 180 -
CMYK 0.54 0 0.12 0.20
HSL 166.36º 0.52% 0.59% -
HSV(B) 166.36º 0.54% 0.8% -
XYZ 34.79 49.39 50.88 -
YUV 169.26 134.06 75.03 -
System Red Green Blue C M Y K H S L
Decimal 95 205 180 0.54 0 0.12 0.20 166.36 0.52 0.59
Hex 5F CD B4 36 0 C 14 A6 34 3B
Octal 137 315 264 66 0 14 24 246 64 73
Binary 1011111 11001101 10110100 110110 0 1100 10100 10100110 110100 111011

Color Harmonies of #5FCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDB4

Black with #5FCDB4

Text Example


Text Example

White with #5FCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,205,180); }

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

background-color css

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

 a { background-color: rgb(95,205,180); }

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

border-color css

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

 span { border-color: rgb(95,205,180); }

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