Html Css Color HEX #61BDA6 Puerto Rico

📋 copy color: '#61BDA6'

red 97 ◦ green 189 ◦ blue 166

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

Shades of Puerto Rico #61BDA6

Tints of Puerto Rico #61BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

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

R = 21.46%
G = 41.81%
B = 36.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#61BDA6 (or 0x61BDA6) is known color: Puerto Rico. HEX triplet: 61, BD and A6. RGB value is (97,189,166). Sum of RGB (Red+Green+Blue) = 97+189+166=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDA6 is #9E4259. Grayscale: #9E9E9E. Windows color (decimal): -10371674 or 10927457. OLE color: 10927457.

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

Color convert

RGB 97 189 166 -
CMYK 0.49 0 0.12 0.26
HSL 165º 0.41% 0.56% -
HSV(B) 165º 0.49% 0.74% -
XYZ 30.01 41.69 42.54 -
YUV 158.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 97 189 166 0.49 0 0.12 0.26 165 0.41 0.56
Hex 61 BD A6 31 0 C 1A A5 29 38
Octal 141 275 246 61 0 14 32 245 51 70
Binary 1100001 10111101 10100110 110001 0 1100 11010 10100101 101001 111000

Color Harmonies of #61BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDA6

Black with #61BDA6

Text Example


Text Example

White with #61BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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