Html Css Color HEX #5FCBAD Medium Aquamarine

📋 copy color: '#5FCBAD'

red 95 ◦ green 203 ◦ blue 173

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

Shades of Medium Aquamarine #5FCBAD

Tints of Medium Aquamarine #5FCBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 20.17%
G = 43.1%
B = 36.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#5FCBAD (or 0x5FCBAD) is known color: Medium Aquamarine. HEX triplet: 5F, CB and AD. RGB value is (95,203,173). Sum of RGB (Red+Green+Blue) = 95+203+173=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBAD is #A03452. Grayscale: #A7A7A7. Windows color (decimal): -10499155 or 11389791. OLE color: 11389791.

HSL color Cylindrical-coordinate representation of color #5FCBAD: hue angle of 163.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBAD is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 173 -
CMYK 0.53 0 0.15 0.20
HSL 163.33º 0.51% 0.58% -
HSV(B) 163.33º 0.53% 0.8% -
XYZ 33.62 48.16 47.06 -
YUV 167.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 95 203 173 0.53 0 0.15 0.20 163.33 0.51 0.58
Hex 5F CB AD 35 0 F 14 A3 33 3A
Octal 137 313 255 65 0 17 24 243 63 72
Binary 1011111 11001011 10101101 110101 0 1111 10100 10100011 110011 111010

Color Harmonies of #5FCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBAD

Black with #5FCBAD

Text Example


Text Example

White with #5FCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,203,173); }

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

background-color css

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

 a { background-color: rgb(95,203,173); }

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

border-color css

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

 span { border-color: rgb(95,203,173); }

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