Html Css Color HEX #5FCFB3 Medium Aquamarine

📋 copy color: '#5FCFB3'

red 95 ◦ green 207 ◦ blue 179

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

Shades of Medium Aquamarine #5FCFB3

Tints of Medium Aquamarine #5FCFB3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 19.75%
G = 43.04%
B = 37.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#5FCFB3 (or 0x5FCFB3) is known color: Medium Aquamarine. HEX triplet: 5F, CF and B3. RGB value is (95,207,179). Sum of RGB (Red+Green+Blue) = 95+207+179=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFB3 is #A0304C. Grayscale: #AAAAAA. Windows color (decimal): -10498125 or 11784031. OLE color: 11784031.

HSL color Cylindrical-coordinate representation of color #5FCFB3: hue angle of 165º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCFB3 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 179 -
CMYK 0.54 0 0.14 0.19
HSL 165º 0.54% 0.59% -
HSV(B) 165º 0.54% 0.81% -
XYZ 35.17 50.31 50.51 -
YUV 170.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 95 207 179 0.54 0 0.14 0.19 165 0.54 0.59
Hex 5F CF B3 36 0 E 13 A5 36 3B
Octal 137 317 263 66 0 16 23 245 66 73
Binary 1011111 11001111 10110011 110110 0 1110 10011 10100101 110110 111011

Color Harmonies of #5FCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFB3

Black with #5FCFB3

Text Example


Text Example

White with #5FCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,179); }

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

background-color css

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

 a { background-color: rgb(95,207,179); }

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

border-color css

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

 span { border-color: rgb(95,207,179); }

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