Html Css Color HEX #53BAAB Puerto Rico

📋 copy color: '#53BAAB'

red 83 ◦ green 186 ◦ blue 171

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

Shades of Puerto Rico #53BAAB

Tints of Puerto Rico #53BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 18.86%
G = 42.27%
B = 38.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#53BAAB (or 0x53BAAB) is known color: Puerto Rico. HEX triplet: 53, BA and AB. RGB value is (83,186,171). Sum of RGB (Red+Green+Blue) = 83+186+171=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BAAB is #AC4554. Grayscale: #999999. Windows color (decimal): -11289941 or 11254355. OLE color: 11254355.

HSL color Cylindrical-coordinate representation of color #53BAAB: hue angle of 171.26º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAAB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 171 -
CMYK 0.55 0 0.08 0.27
HSL 171.26º 0.43% 0.53% -
HSV(B) 171.26º 0.55% 0.73% -
XYZ 28.48 39.9 44.73 -
YUV 153.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 83 186 171 0.55 0 0.08 0.27 171.26 0.43 0.53
Hex 53 BA AB 37 0 8 1B AB 2B 35
Octal 123 272 253 67 0 10 33 253 53 65
Binary 1010011 10111010 10101011 110111 0 1000 11011 10101011 101011 110101

Color Harmonies of #53BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAAB

Black with #53BAAB

Text Example


Text Example

White with #53BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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