Html Css Color HEX #5CCFAF Medium Aquamarine

📋 copy color: '#5CCFAF'

red 92 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #5CCFAF

Tints of Medium Aquamarine #5CCFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 19.41%
G = 43.67%
B = 36.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5CCFAF (or 0x5CCFAF) is known color: Medium Aquamarine. HEX triplet: 5C, CF and AF. RGB value is (92,207,175). Sum of RGB (Red+Green+Blue) = 92+207+175=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCFAF is #A33050. Grayscale: #A8A8A8. Windows color (decimal): -10694737 or 11521884. OLE color: 11521884.

HSL color Cylindrical-coordinate representation of color #5CCFAF: hue angle of 163.3º 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 #5CCFAF is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 207 175 -
CMYK 0.56 0 0.15 0.19
HSL 163.3º 0.55% 0.59% -
HSV(B) 163.3º 0.56% 0.81% -
XYZ 34.46 50 48.39 -
YUV 168.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 92 207 175 0.56 0 0.15 0.19 163.3 0.55 0.59
Hex 5C CF AF 38 0 F 13 A3 37 3B
Octal 134 317 257 70 0 17 23 243 67 73
Binary 1011100 11001111 10101111 111000 0 1111 10011 10100011 110111 111011

Color Harmonies of #5CCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCFAF

Black with #5CCFAF

Text Example


Text Example

White with #5CCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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