Html Css Color HEX #53BDA9 Puerto Rico

📋 copy color: '#53BDA9'

red 83 ◦ green 189 ◦ blue 169

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

Shades of Puerto Rico #53BDA9

Tints of Puerto Rico #53BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 169 (66.41% from 255) = 38.32%

R = 18.82%
G = 42.86%
B = 38.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#53BDA9 (or 0x53BDA9) is known color: Puerto Rico. HEX triplet: 53, BD and A9. RGB value is (83,189,169). Sum of RGB (Red+Green+Blue) = 83+189+169=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BDA9 is #AC4256. Grayscale: #9B9B9B. Windows color (decimal): -11289175 or 11124051. OLE color: 11124051.

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

Color convert

RGB 83 189 169 -
CMYK 0.56 0 0.11 0.26
HSL 168.68º 0.45% 0.53% -
HSV(B) 168.68º 0.56% 0.74% -
XYZ 28.93 41.1 43.94 -
YUV 155.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 83 189 169 0.56 0 0.11 0.26 168.68 0.45 0.53
Hex 53 BD A9 38 0 B 1A A9 2D 35
Octal 123 275 251 70 0 13 32 251 55 65
Binary 1010011 10111101 10101001 111000 0 1011 11010 10101001 101101 110101

Color Harmonies of #53BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDA9

Black with #53BDA9

Text Example


Text Example

White with #53BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,169); }

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

background-color css

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

 a { background-color: rgb(83,189,169); }

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

border-color css

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

 span { border-color: rgb(83,189,169); }

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