Html Css Color HEX #53BCB6 Puerto Rico

📋 copy color: '#53BCB6'

red 83 ◦ green 188 ◦ blue 182

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

Shades of Puerto Rico #53BCB6

Tints of Puerto Rico #53BCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 18.32%
G = 41.5%
B = 40.18%

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

#53BCB6 (or 0x53BCB6) is known color: Puerto Rico. HEX triplet: 53, BC and B6. RGB value is (83,188,182). Sum of RGB (Red+Green+Blue) = 83+188+182=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCB6 is #AC4349. Grayscale: #9B9B9B. Windows color (decimal): -11289418 or 11975763. OLE color: 11975763.

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

Color convert

RGB 83 188 182 -
CMYK 0.56 0 0.03 0.26
HSL 176.57º 0.44% 0.53% -
HSV(B) 176.57º 0.56% 0.74% -
XYZ 29.99 41.18 50.62 -
YUV 155.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 83 188 182 0.56 0 0.03 0.26 176.57 0.44 0.53
Hex 53 BC B6 38 0 3 1A B1 2C 35
Octal 123 274 266 70 0 3 32 261 54 65
Binary 1010011 10111100 10110110 111000 0 11 11010 10110001 101100 110101

Color Harmonies of #53BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCB6

Black with #53BCB6

Text Example


Text Example

White with #53BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,182); }

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

background-color css

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

 a { background-color: rgb(83,188,182); }

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

border-color css

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

 span { border-color: rgb(83,188,182); }

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