Html Css Color HEX #61BEA5 Puerto Rico

📋 copy color: '#61BEA5'

red 97 ◦ green 190 ◦ blue 165

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

Shades of Puerto Rico #61BEA5

Tints of Puerto Rico #61BEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.5%

R = 21.46%
G = 42.04%
B = 36.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#61BEA5 (or 0x61BEA5) is known color: Puerto Rico. HEX triplet: 61, BE and A5. RGB value is (97,190,165). Sum of RGB (Red+Green+Blue) = 97+190+165=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #61BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BEA5 is #9E415A. Grayscale: #9F9F9F. Windows color (decimal): -10371419 or 10862177. OLE color: 10862177.

HSL color Cylindrical-coordinate representation of color #61BEA5: hue angle of 163.87º 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 #61BEA5 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 190 165 -
CMYK 0.49 0 0.13 0.25
HSL 163.87º 0.42% 0.56% -
HSV(B) 163.87º 0.49% 0.75% -
XYZ 30.13 42.08 42.13 -
YUV 159.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 97 190 165 0.49 0 0.13 0.25 163.87 0.42 0.56
Hex 61 BE A5 31 0 D 19 A4 2A 38
Octal 141 276 245 61 0 15 31 244 52 70
Binary 1100001 10111110 10100101 110001 0 1101 11001 10100100 101010 111000

Color Harmonies of #61BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BEA5

Black with #61BEA5

Text Example


Text Example

White with #61BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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