Html Css Color HEX #53BDA8 Puerto Rico

📋 copy color: '#53BDA8'

red 83 ◦ green 189 ◦ blue 168

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

Shades of Puerto Rico #53BDA8

Tints of Puerto Rico #53BDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 18.86%
G = 42.95%
B = 38.18%

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

#53BDA8 (or 0x53BDA8) is known color: Puerto Rico. HEX triplet: 53, BD and A8. RGB value is (83,189,168). Sum of RGB (Red+Green+Blue) = 83+189+168=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BDA8 is #AC4257. Grayscale: #9A9A9A. Windows color (decimal): -11289176 or 11058515. OLE color: 11058515.

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

Color convert

RGB 83 189 168 -
CMYK 0.56 0 0.11 0.26
HSL 168.11º 0.45% 0.53% -
HSV(B) 168.11º 0.56% 0.74% -
XYZ 28.83 41.06 43.45 -
YUV 154.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 83 189 168 0.56 0 0.11 0.26 168.11 0.45 0.53
Hex 53 BD A8 38 0 B 1A A8 2D 35
Octal 123 275 250 70 0 13 32 250 55 65
Binary 1010011 10111101 10101000 111000 0 1011 11010 10101000 101101 110101

Color Harmonies of #53BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDA8

Black with #53BDA8

Text Example


Text Example

White with #53BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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