Html Css Color HEX #5CB2AF Fountain Blue

📋 copy color: '#5CB2AF'

red 92 ◦ green 178 ◦ blue 175

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

Shades of Fountain Blue #5CB2AF

Tints of Fountain Blue #5CB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 20.67%
G = 40%
B = 39.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#5CB2AF (or 0x5CB2AF) is known color: Fountain Blue. HEX triplet: 5C, B2 and AF. RGB value is (92,178,175). Sum of RGB (Red+Green+Blue) = 92+178+175=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB2AF is #A34D50. Grayscale: #979797. Windows color (decimal): -10702161 or 11514460. OLE color: 11514460.

HSL color Cylindrical-coordinate representation of color #5CB2AF: hue angle of 177.91º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB2AF is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 92 178 175 -
CMYK 0.48 0 0.02 0.30
HSL 177.91º 0.36% 0.53% -
HSV(B) 177.91º 0.48% 0.7% -
XYZ 28.07 37.21 46.26 -
YUV 151.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 92 178 175 0.48 0 0.02 0.30 177.91 0.36 0.53
Hex 5C B2 AF 30 0 2 1E B2 24 35
Octal 134 262 257 60 0 2 36 262 44 65
Binary 1011100 10110010 10101111 110000 0 10 11110 10110010 100100 110101

Color Harmonies of #5CB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB2AF

Black with #5CB2AF

Text Example


Text Example

White with #5CB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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