Html Css Color HEX #5FCBAA Medium Aquamarine

📋 copy color: '#5FCBAA'

red 95 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #5FCBAA

Tints of Medium Aquamarine #5FCBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 20.3%
G = 43.38%
B = 36.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5FCBAA (or 0x5FCBAA) is known color: Medium Aquamarine. HEX triplet: 5F, CB and AA. RGB value is (95,203,170). Sum of RGB (Red+Green+Blue) = 95+203+170=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBAA is #A03455. Grayscale: #A6A6A6. Windows color (decimal): -10499158 or 11193183. OLE color: 11193183.

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

Color convert

RGB 95 203 170 -
CMYK 0.53 0 0.16 0.20
HSL 161.67º 0.51% 0.58% -
HSV(B) 161.67º 0.53% 0.8% -
XYZ 33.33 48.05 45.55 -
YUV 166.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 95 203 170 0.53 0 0.16 0.20 161.67 0.51 0.58
Hex 5F CB AA 35 0 10 14 A2 33 3A
Octal 137 313 252 65 0 20 24 242 63 72
Binary 1011111 11001011 10101010 110101 0 10000 10100 10100010 110011 111010

Color Harmonies of #5FCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBAA

Black with #5FCBAA

Text Example


Text Example

White with #5FCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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