Html Css Color HEX #53BEBA Fountain Blue

📋 copy color: '#53BEBA'

red 83 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #53BEBA

Tints of Fountain Blue #53BEBA

RGB

 RED value IS 83 (32.81% from 255) = 18.08%

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 18.08%
G = 41.39%
B = 40.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#53BEBA (or 0x53BEBA) is known color: Fountain Blue. HEX triplet: 53, BE and BA. RGB value is (83,190,186). Sum of RGB (Red+Green+Blue) = 83+190+186=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEBA is #AC4145. Grayscale: #9D9D9D. Windows color (decimal): -11288902 or 12238419. OLE color: 12238419.

HSL color Cylindrical-coordinate representation of color #53BEBA: hue angle of 177.76º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BEBA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 186 -
CMYK 0.56 0 0.02 0.25
HSL 177.76º 0.45% 0.54% -
HSV(B) 177.76º 0.56% 0.75% -
XYZ 30.84 42.21 52.98 -
YUV 157.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 83 190 186 0.56 0 0.02 0.25 177.76 0.45 0.54
Hex 53 BE BA 38 0 2 19 B2 2D 36
Octal 123 276 272 70 0 2 31 262 55 66
Binary 1010011 10111110 10111010 111000 0 10 11001 10110010 101101 110110

Color Harmonies of #53BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEBA

Black with #53BEBA

Text Example


Text Example

White with #53BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BEBA; }

 p { color: rgb(83,190,186); }

 H1.HeaderClassName
 {
   color: #53BEBA;
 }
 .AnyTagClassName
 {
   color: #53BEBA;
 }
</style>

background-color css

<style>
 a { background-color: #53BEBA; }

 a { background-color: rgb(83,190,186); }

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

border-color css

<style>
 span { border-color: #53BEBA; }

 span { border-color: rgb(83,190,186); }

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