Html Css Color HEX #53BFB9 Puerto Rico

📋 copy color: '#53BFB9'

red 83 ◦ green 191 ◦ blue 185

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

Shades of Puerto Rico #53BFB9

Tints of Puerto Rico #53BFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 18.08%
G = 41.61%
B = 40.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#53BFB9 (or 0x53BFB9) is known color: Puerto Rico. HEX triplet: 53, BF and B9. RGB value is (83,191,185). Sum of RGB (Red+Green+Blue) = 83+191+185=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFB9 is #AC4046. Grayscale: #9D9D9D. Windows color (decimal): -11288647 or 12173139. OLE color: 12173139.

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

Color convert

RGB 83 191 185 -
CMYK 0.57 0 0.03 0.25
HSL 176.67º 0.46% 0.54% -
HSV(B) 176.67º 0.57% 0.75% -
XYZ 30.96 42.6 52.49 -
YUV 158.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 83 191 185 0.57 0 0.03 0.25 176.67 0.46 0.54
Hex 53 BF B9 39 0 3 19 B1 2E 36
Octal 123 277 271 71 0 3 31 261 56 66
Binary 1010011 10111111 10111001 111001 0 11 11001 10110001 101110 110110

Color Harmonies of #53BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFB9

Black with #53BFB9

Text Example


Text Example

White with #53BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,191,185); }

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

background-color css

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

 a { background-color: rgb(83,191,185); }

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

border-color css

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

 span { border-color: rgb(83,191,185); }

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