Html Css Color HEX #50CCB2 Puerto Rico

📋 copy color: '#50CCB2'

red 80 ◦ green 204 ◦ blue 178

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

Shades of Puerto Rico #50CCB2

Tints of Puerto Rico #50CCB2

RGB

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

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

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

R = 17.32%
G = 44.16%
B = 38.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#50CCB2 (or 0x50CCB2) is known color: Puerto Rico. HEX triplet: 50, CC and B2. RGB value is (80,204,178). Sum of RGB (Red+Green+Blue) = 80+204+178=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCB2 is #AF334D. Grayscale: #A3A3A3. Windows color (decimal): -11481934 or 11717712. OLE color: 11717712.

HSL color Cylindrical-coordinate representation of color #50CCB2: hue angle of 167.42º 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 #50CCB2 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 204 178 -
CMYK 0.61 0 0.13 0.2
HSL 167.42º 0.55% 0.56% -
HSV(B) 167.42º 0.61% 0.8% -
XYZ 32.94 48.11 49.67 -
YUV 163.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 80 204 178 0.61 0 0.13 0.2 167.42 0.55 0.56
Hex 50 CC B2 3D 0 D 14 A7 37 38
Octal 120 314 262 75 0 15 24 247 67 70
Binary 1010000 11001100 10110010 111101 0 1101 10100 10100111 110111 111000

Color Harmonies of #50CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCB2

Black with #50CCB2

Text Example


Text Example

White with #50CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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