Html Css Color HEX #52BCB7 Fountain Blue

📋 copy color: '#52BCB7'

red 82 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #52BCB7

Tints of Fountain Blue #52BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 18.1%
G = 41.5%
B = 40.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#52BCB7 (or 0x52BCB7) is known color: Fountain Blue. HEX triplet: 52, BC and B7. RGB value is (82,188,183). Sum of RGB (Red+Green+Blue) = 82+188+183=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCB7 is #AD4348. Grayscale: #9B9B9B. Windows color (decimal): -11354953 or 12041298. OLE color: 12041298.

HSL color Cylindrical-coordinate representation of color #52BCB7: hue angle of 177.17º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BCB7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 183 -
CMYK 0.56 0 0.03 0.26
HSL 177.17º 0.44% 0.53% -
HSV(B) 177.17º 0.56% 0.74% -
XYZ 30.01 41.18 51.17 -
YUV 155.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 82 188 183 0.56 0 0.03 0.26 177.17 0.44 0.53
Hex 52 BC B7 38 0 3 1A B1 2C 35
Octal 122 274 267 70 0 3 32 261 54 65
Binary 1010010 10111100 10110111 111000 0 11 11010 10110001 101100 110101

Color Harmonies of #52BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCB7

Black with #52BCB7

Text Example


Text Example

White with #52BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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