Html Css Color HEX #61B7A6 Puerto Rico

📋 copy color: '#61B7A6'

red 97 ◦ green 183 ◦ blue 166

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

Shades of Puerto Rico #61B7A6

Tints of Puerto Rico #61B7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 21.75%
G = 41.03%
B = 37.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#61B7A6 (or 0x61B7A6) is known color: Puerto Rico. HEX triplet: 61, B7 and A6. RGB value is (97,183,166). Sum of RGB (Red+Green+Blue) = 97+183+166=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #61B7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B7A6 is #9E4859. Grayscale: #9B9B9B. Windows color (decimal): -10373210 or 10925921. OLE color: 10925921.

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

Color convert

RGB 97 183 166 -
CMYK 0.47 0 0.09 0.28
HSL 168.14º 0.37% 0.55% -
HSV(B) 168.14º 0.47% 0.72% -
XYZ 28.75 39.16 42.12 -
YUV 155.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 97 183 166 0.47 0 0.09 0.28 168.14 0.37 0.55
Hex 61 B7 A6 2F 0 9 1C A8 25 37
Octal 141 267 246 57 0 11 34 250 45 67
Binary 1100001 10110111 10100110 101111 0 1001 11100 10101000 100101 110111

Color Harmonies of #61B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B7A6

Black with #61B7A6

Text Example


Text Example

White with #61B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,183,166); }

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

background-color css

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

 a { background-color: rgb(97,183,166); }

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

border-color css

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

 span { border-color: rgb(97,183,166); }

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