Html Css Color HEX #50B4AF Puerto Rico

📋 copy color: '#50B4AF'

red 80 ◦ green 180 ◦ blue 175

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

Shades of Puerto Rico #50B4AF

Tints of Puerto Rico #50B4AF

RGB

 RED value IS 80 (31.64% from 255) = 18.39%

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 18.39%
G = 41.38%
B = 40.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#50B4AF (or 0x50B4AF) is known color: Puerto Rico. HEX triplet: 50, B4 and AF. RGB value is (80,180,175). Sum of RGB (Red+Green+Blue) = 80+180+175=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #50B4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B4AF is #AF4B50. Grayscale: #959595. Windows color (decimal): -11488081 or 11514960. OLE color: 11514960.

HSL color Cylindrical-coordinate representation of color #50B4AF: hue angle of 177º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B4AF is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 175 -
CMYK 0.56 0 0.03 0.29
HSL 177º 0.4% 0.51% -
HSV(B) 177º 0.56% 0.71% -
XYZ 27.37 37.44 46.34 -
YUV 149.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 80 180 175 0.56 0 0.03 0.29 177 0.4 0.51
Hex 50 B4 AF 38 0 3 1D B1 28 33
Octal 120 264 257 70 0 3 35 261 50 63
Binary 1010000 10110100 10101111 111000 0 11 11101 10110001 101000 110011

Color Harmonies of #50B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B4AF

Black with #50B4AF

Text Example


Text Example

White with #50B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B4AF; }

 p { color: rgb(80,180,175); }

 H1.HeaderClassName
 {
   color: #50B4AF;
 }
 .AnyTagClassName
 {
   color: #50B4AF;
 }
</style>

background-color css

<style>
 a { background-color: #50B4AF; }

 a { background-color: rgb(80,180,175); }

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

border-color css

<style>
 span { border-color: #50B4AF; }

 span { border-color: rgb(80,180,175); }

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