Html Css Color HEX #51B5A2 Puerto Rico

📋 copy color: '#51B5A2'

red 81 ◦ green 181 ◦ blue 162

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

Shades of Puerto Rico #51B5A2

Tints of Puerto Rico #51B5A2

RGB

 RED value IS 81 (32.03% from 255) = 19.1%

 GREEN value IS 181 (71.09% from 255) = 42.69%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 19.1%
G = 42.69%
B = 38.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#51B5A2 (or 0x51B5A2) is known color: Puerto Rico. HEX triplet: 51, B5 and A2. RGB value is (81,181,162). Sum of RGB (Red+Green+Blue) = 81+181+162=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #51B5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B5A2 is #AE4A5D. Grayscale: #949494. Windows color (decimal): -11422302 or 10663249. OLE color: 10663249.

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

Color convert

RGB 81 181 162 -
CMYK 0.55 0 0.10 0.29
HSL 168.6º 0.4% 0.51% -
HSV(B) 168.6º 0.55% 0.71% -
XYZ 26.44 37.41 40.01 -
YUV 148.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 81 181 162 0.55 0 0.10 0.29 168.6 0.4 0.51
Hex 51 B5 A2 37 0 A 1D A9 28 33
Octal 121 265 242 67 0 12 35 251 50 63
Binary 1010001 10110101 10100010 110111 0 1010 11101 10101001 101000 110011

Color Harmonies of #51B5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B5A2

Black with #51B5A2

Text Example


Text Example

White with #51B5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51B5A2; }

 p { color: rgb(81,181,162); }

 H1.HeaderClassName
 {
   color: #51B5A2;
 }
 .AnyTagClassName
 {
   color: #51B5A2;
 }
</style>

background-color css

<style>
 a { background-color: #51B5A2; }

 a { background-color: rgb(81,181,162); }

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

border-color css

<style>
 span { border-color: #51B5A2; }

 span { border-color: rgb(81,181,162); }

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