Html Css Color HEX #5CCFAB Medium Aquamarine

📋 copy color: '#5CCFAB'

red 92 ◦ green 207 ◦ blue 171

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

Shades of Medium Aquamarine #5CCFAB

Tints of Medium Aquamarine #5CCFAB

RGB

 RED value IS 92 (36.33% from 255) = 19.57%

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 19.57%
G = 44.04%
B = 36.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#5CCFAB (or 0x5CCFAB) is known color: Medium Aquamarine. HEX triplet: 5C, CF and AB. RGB value is (92,207,171). Sum of RGB (Red+Green+Blue) = 92+207+171=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCFAB is #A33054. Grayscale: #A8A8A8. Windows color (decimal): -10694741 or 11259740. OLE color: 11259740.

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

Color convert

RGB 92 207 171 -
CMYK 0.56 0 0.17 0.19
HSL 161.22º 0.55% 0.59% -
HSV(B) 161.22º 0.56% 0.81% -
XYZ 34.08 49.84 46.35 -
YUV 168.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 92 207 171 0.56 0 0.17 0.19 161.22 0.55 0.59
Hex 5C CF AB 38 0 11 13 A1 37 3B
Octal 134 317 253 70 0 21 23 241 67 73
Binary 1011100 11001111 10101011 111000 0 10001 10011 10100001 110111 111011

Color Harmonies of #5CCFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFAB

Black with #5CCFAB

Text Example


Text Example

White with #5CCFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,207,171); }

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

background-color css

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

 a { background-color: rgb(92,207,171); }

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

border-color css

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

 span { border-color: rgb(92,207,171); }

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