Html Css Color HEX #51B69B Puerto Rico

📋 copy color: '#51B69B'

red 81 ◦ green 182 ◦ blue 155

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

Shades of Puerto Rico #51B69B

Tints of Puerto Rico #51B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 19.38%
G = 43.54%
B = 37.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#51B69B (or 0x51B69B) is known color: Puerto Rico. HEX triplet: 51, B6 and 9B. RGB value is (81,182,155). Sum of RGB (Red+Green+Blue) = 81+182+155=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #51B69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B69B is #AE4964. Grayscale: #949494. Windows color (decimal): -11422053 or 10204753. OLE color: 10204753.

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

Color convert

RGB 81 182 155 -
CMYK 0.55 0 0.15 0.29
HSL 163.96º 0.41% 0.52% -
HSV(B) 163.96º 0.55% 0.71% -
XYZ 26.04 37.57 36.89 -
YUV 148.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 81 182 155 0.55 0 0.15 0.29 163.96 0.41 0.52
Hex 51 B6 9B 37 0 F 1D A4 29 34
Octal 121 266 233 67 0 17 35 244 51 64
Binary 1010001 10110110 10011011 110111 0 1111 11101 10100100 101001 110100

Color Harmonies of #51B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B69B

Black with #51B69B

Text Example


Text Example

White with #51B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,182,155); }

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

background-color css

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

 a { background-color: rgb(81,182,155); }

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

border-color css

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

 span { border-color: rgb(81,182,155); }

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