Html Css Color HEX #50CCB0 Puerto Rico

📋 copy color: '#50CCB0'

red 80 ◦ green 204 ◦ blue 176

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

Shades of Puerto Rico #50CCB0

Tints of Puerto Rico #50CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 17.39%
G = 44.35%
B = 38.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#50CCB0 (or 0x50CCB0) is known color: Puerto Rico. HEX triplet: 50, CC and B0. RGB value is (80,204,176). Sum of RGB (Red+Green+Blue) = 80+204+176=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCB0 is #AF334F. Grayscale: #A3A3A3. Windows color (decimal): -11481936 or 11586640. OLE color: 11586640.

HSL color Cylindrical-coordinate representation of color #50CCB0: hue angle of 166.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CCB0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 204 176 -
CMYK 0.61 0 0.14 0.2
HSL 166.45º 0.55% 0.56% -
HSV(B) 166.45º 0.61% 0.8% -
XYZ 32.74 48.03 48.62 -
YUV 163.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 80 204 176 0.61 0 0.14 0.2 166.45 0.55 0.56
Hex 50 CC B0 3D 0 E 14 A6 37 38
Octal 120 314 260 75 0 16 24 246 67 70
Binary 1010000 11001100 10110000 111101 0 1110 10100 10100110 110111 111000

Color Harmonies of #50CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCB0

Black with #50CCB0

Text Example


Text Example

White with #50CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,204,176); }

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

background-color css

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

 a { background-color: rgb(80,204,176); }

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

border-color css

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

 span { border-color: rgb(80,204,176); }

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