Html Css Color HEX #52BCB8 Fountain Blue

📋 copy color: '#52BCB8'

red 82 ◦ green 188 ◦ blue 184

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

Shades of Fountain Blue #52BCB8

Tints of Fountain Blue #52BCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.53%

R = 18.06%
G = 41.41%
B = 40.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#52BCB8 (or 0x52BCB8) is known color: Fountain Blue. HEX triplet: 52, BC and B8. RGB value is (82,188,184). Sum of RGB (Red+Green+Blue) = 82+188+184=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCB8 is #AD4347. Grayscale: #9B9B9B. Windows color (decimal): -11354952 or 12106834. OLE color: 12106834.

HSL color Cylindrical-coordinate representation of color #52BCB8: hue angle of 177.74º 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 #52BCB8 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 184 -
CMYK 0.56 0 0.02 0.26
HSL 177.74º 0.44% 0.53% -
HSV(B) 177.74º 0.56% 0.74% -
XYZ 30.11 41.22 51.72 -
YUV 155.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 82 188 184 0.56 0 0.02 0.26 177.74 0.44 0.53
Hex 52 BC B8 38 0 2 1A B2 2C 35
Octal 122 274 270 70 0 2 32 262 54 65
Binary 1010010 10111100 10111000 111000 0 10 11010 10110010 101100 110101

Color Harmonies of #52BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCB8

Black with #52BCB8

Text Example


Text Example

White with #52BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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