Html Css Color HEX #52B7B5 Fountain Blue

📋 copy color: '#52B7B5'

red 82 ◦ green 183 ◦ blue 181

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

Shades of Fountain Blue #52B7B5

Tints of Fountain Blue #52B7B5

RGB

 RED value IS 82 (32.42% from 255) = 18.39%

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 18.39%
G = 41.03%
B = 40.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#52B7B5 (or 0x52B7B5) is known color: Fountain Blue. HEX triplet: 52, B7 and B5. RGB value is (82,183,181). Sum of RGB (Red+Green+Blue) = 82+183+181=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #52B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7B5 is #AD484A. Grayscale: #989898. Windows color (decimal): -11356235 or 11908946. OLE color: 11908946.

HSL color Cylindrical-coordinate representation of color #52B7B5: hue angle of 178.81º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B7B5 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 181 -
CMYK 0.55 0 0.01 0.28
HSL 178.81º 0.41% 0.52% -
HSV(B) 178.81º 0.55% 0.72% -
XYZ 28.75 39 49.73 -
YUV 152.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 82 183 181 0.55 0 0.01 0.28 178.81 0.41 0.52
Hex 52 B7 B5 37 0 1 1C B3 29 34
Octal 122 267 265 67 0 1 34 263 51 64
Binary 1010010 10110111 10110101 110111 0 1 11100 10110011 101001 110100

Color Harmonies of #52B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B7B5

Black with #52B7B5

Text Example


Text Example

White with #52B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B7B5; }

 p { color: rgb(82,183,181); }

 H1.HeaderClassName
 {
   color: #52B7B5;
 }
 .AnyTagClassName
 {
   color: #52B7B5;
 }
</style>

background-color css

<style>
 a { background-color: #52B7B5; }

 a { background-color: rgb(82,183,181); }

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

border-color css

<style>
 span { border-color: #52B7B5; }

 span { border-color: rgb(82,183,181); }

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