Html Css Color HEX #5ACFB4 Medium Aquamarine

📋 copy color: '#5ACFB4'

red 90 ◦ green 207 ◦ blue 180

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

Shades of Medium Aquamarine #5ACFB4

Tints of Medium Aquamarine #5ACFB4

RGB

 RED value IS 90 (35.55% from 255) = 18.87%

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

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

R = 18.87%
G = 43.4%
B = 37.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#5ACFB4 (or 0x5ACFB4) is known color: Medium Aquamarine. HEX triplet: 5A, CF and B4. RGB value is (90,207,180). Sum of RGB (Red+Green+Blue) = 90+207+180=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFB4 is #A5304B. Grayscale: #A8A8A8. Windows color (decimal): -10825804 or 11849562. OLE color: 11849562.

HSL color Cylindrical-coordinate representation of color #5ACFB4: hue angle of 166.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFB4 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 180 -
CMYK 0.57 0 0.13 0.19
HSL 166.15º 0.55% 0.58% -
HSV(B) 166.15º 0.57% 0.81% -
XYZ 34.77 50.09 51.02 -
YUV 168.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 90 207 180 0.57 0 0.13 0.19 166.15 0.55 0.58
Hex 5A CF B4 39 0 D 13 A6 37 3A
Octal 132 317 264 71 0 15 23 246 67 72
Binary 1011010 11001111 10110100 111001 0 1101 10011 10100110 110111 111010

Color Harmonies of #5ACFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFB4

Black with #5ACFB4

Text Example


Text Example

White with #5ACFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,180); }

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

background-color css

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

 a { background-color: rgb(90,207,180); }

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

border-color css

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

 span { border-color: rgb(90,207,180); }

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