Html Css Color HEX #5FCBAE Medium Aquamarine

📋 copy color: '#5FCBAE'

red 95 ◦ green 203 ◦ blue 174

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

Shades of Medium Aquamarine #5FCBAE

Tints of Medium Aquamarine #5FCBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 20.13%
G = 43.01%
B = 36.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#5FCBAE (or 0x5FCBAE) is known color: Medium Aquamarine. HEX triplet: 5F, CB and AE. RGB value is (95,203,174). Sum of RGB (Red+Green+Blue) = 95+203+174=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBAE is #A03451. Grayscale: #A7A7A7. Windows color (decimal): -10499154 or 11455327. OLE color: 11455327.

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

Color convert

RGB 95 203 174 -
CMYK 0.53 0 0.14 0.20
HSL 163.89º 0.51% 0.58% -
HSV(B) 163.89º 0.53% 0.8% -
XYZ 33.72 48.2 47.57 -
YUV 167.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 95 203 174 0.53 0 0.14 0.20 163.89 0.51 0.58
Hex 5F CB AE 35 0 E 14 A4 33 3A
Octal 137 313 256 65 0 16 24 244 63 72
Binary 1011111 11001011 10101110 110101 0 1110 10100 10100100 110011 111010

Color Harmonies of #5FCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBAE

Black with #5FCBAE

Text Example


Text Example

White with #5FCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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