Html Css Color HEX #53BFB4 Puerto Rico

📋 copy color: '#53BFB4'

red 83 ◦ green 191 ◦ blue 180

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

Shades of Puerto Rico #53BFB4

Tints of Puerto Rico #53BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 18.28%
G = 42.07%
B = 39.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#53BFB4 (or 0x53BFB4) is known color: Puerto Rico. HEX triplet: 53, BF and B4. RGB value is (83,191,180). Sum of RGB (Red+Green+Blue) = 83+191+180=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFB4 is #AC404B. Grayscale: #9D9D9D. Windows color (decimal): -11288652 or 11845459. OLE color: 11845459.

HSL color Cylindrical-coordinate representation of color #53BFB4: hue angle of 173.89º 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 #53BFB4 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 191 180 -
CMYK 0.57 0 0.06 0.25
HSL 173.89º 0.46% 0.54% -
HSV(B) 173.89º 0.57% 0.75% -
XYZ 30.44 42.4 49.76 -
YUV 157.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 83 191 180 0.57 0 0.06 0.25 173.89 0.46 0.54
Hex 53 BF B4 39 0 6 19 AE 2E 36
Octal 123 277 264 71 0 6 31 256 56 66
Binary 1010011 10111111 10110100 111001 0 110 11001 10101110 101110 110110

Color Harmonies of #53BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFB4

Black with #53BFB4

Text Example


Text Example

White with #53BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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