Html Css Color HEX #61B6A4 Puerto Rico

📋 copy color: '#61B6A4'

red 97 ◦ green 182 ◦ blue 164

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

Shades of Puerto Rico #61B6A4

Tints of Puerto Rico #61B6A4

RGB

 RED value IS 97 (38.28% from 255) = 21.9%

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

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 21.9%
G = 41.08%
B = 37.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#61B6A4 (or 0x61B6A4) is known color: Puerto Rico. HEX triplet: 61, B6 and A4. RGB value is (97,182,164). Sum of RGB (Red+Green+Blue) = 97+182+164=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #61B6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B6A4 is #9E495B. Grayscale: #9A9A9A. Windows color (decimal): -10373468 or 10794593. OLE color: 10794593.

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

Color convert

RGB 97 182 164 -
CMYK 0.47 0 0.10 0.29
HSL 167.29º 0.37% 0.55% -
HSV(B) 167.29º 0.47% 0.71% -
XYZ 28.36 38.68 41.09 -
YUV 154.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 97 182 164 0.47 0 0.10 0.29 167.29 0.37 0.55
Hex 61 B6 A4 2F 0 A 1D A7 25 37
Octal 141 266 244 57 0 12 35 247 45 67
Binary 1100001 10110110 10100100 101111 0 1010 11101 10100111 100101 110111

Color Harmonies of #61B6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B6A4

Black with #61B6A4

Text Example


Text Example

White with #61B6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61B6A4; }

 p { color: rgb(97,182,164); }

 H1.HeaderClassName
 {
   color: #61B6A4;
 }
 .AnyTagClassName
 {
   color: #61B6A4;
 }
</style>

background-color css

<style>
 a { background-color: #61B6A4; }

 a { background-color: rgb(97,182,164); }

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

border-color css

<style>
 span { border-color: #61B6A4; }

 span { border-color: rgb(97,182,164); }

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