Html Css Color HEX #50C3B2 Puerto Rico

📋 copy color: '#50C3B2'

red 80 ◦ green 195 ◦ blue 178

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

Shades of Puerto Rico #50C3B2

Tints of Puerto Rico #50C3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 17.66%
G = 43.05%
B = 39.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#50C3B2 (or 0x50C3B2) is known color: Puerto Rico. HEX triplet: 50, C3 and B2. RGB value is (80,195,178). Sum of RGB (Red+Green+Blue) = 80+195+178=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #50C3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C3B2 is #AF3C4D. Grayscale: #9E9E9E. Windows color (decimal): -11484238 or 11715408. OLE color: 11715408.

HSL color Cylindrical-coordinate representation of color #50C3B2: hue angle of 171.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C3B2 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 178 -
CMYK 0.59 0 0.09 0.24
HSL 171.13º 0.49% 0.54% -
HSV(B) 171.13º 0.59% 0.76% -
XYZ 30.86 43.95 48.98 -
YUV 158.68 138.9 71.88 -
System Red Green Blue C M Y K H S L
Decimal 80 195 178 0.59 0 0.09 0.24 171.13 0.49 0.54
Hex 50 C3 B2 3B 0 9 18 AB 31 36
Octal 120 303 262 73 0 11 30 253 61 66
Binary 1010000 11000011 10110010 111011 0 1001 11000 10101011 110001 110110

Color Harmonies of #50C3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C3B2

Black with #50C3B2

Text Example


Text Example

White with #50C3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,195,178); }

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

background-color css

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

 a { background-color: rgb(80,195,178); }

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

border-color css

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

 span { border-color: rgb(80,195,178); }

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