Html Css Color HEX #61BEA8 Puerto Rico

📋 copy color: '#61BEA8'

red 97 ◦ green 190 ◦ blue 168

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

Shades of Puerto Rico #61BEA8

Tints of Puerto Rico #61BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.76%

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 21.32%
G = 41.76%
B = 36.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#61BEA8 (or 0x61BEA8) is known color: Puerto Rico. HEX triplet: 61, BE and A8. RGB value is (97,190,168). Sum of RGB (Red+Green+Blue) = 97+190+168=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA8 is #9E4157. Grayscale: #9F9F9F. Windows color (decimal): -10371416 or 11058785. OLE color: 11058785.

HSL color Cylindrical-coordinate representation of color #61BEA8: hue angle of 165.81º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BEA8 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 168 -
CMYK 0.49 0 0.12 0.25
HSL 165.81º 0.42% 0.56% -
HSV(B) 165.81º 0.49% 0.75% -
XYZ 30.41 42.2 43.59 -
YUV 159.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 97 190 168 0.49 0 0.12 0.25 165.81 0.42 0.56
Hex 61 BE A8 31 0 C 19 A6 2A 38
Octal 141 276 250 61 0 14 31 246 52 70
Binary 1100001 10111110 10101000 110001 0 1100 11001 10100110 101010 111000

Color Harmonies of #61BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEA8

Black with #61BEA8

Text Example


Text Example

White with #61BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,190,168); }

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

background-color css

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

 a { background-color: rgb(97,190,168); }

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

border-color css

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

 span { border-color: rgb(97,190,168); }

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