Html Css Color HEX #61BCB2 Puerto Rico

📋 copy color: '#61BCB2'

red 97 ◦ green 188 ◦ blue 178

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

Shades of Puerto Rico #61BCB2

Tints of Puerto Rico #61BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 20.95%
G = 40.6%
B = 38.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#61BCB2 (or 0x61BCB2) is known color: Puerto Rico. HEX triplet: 61, BC and B2. RGB value is (97,188,178). Sum of RGB (Red+Green+Blue) = 97+188+178=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCB2 is #9E434D. Grayscale: #9F9F9F. Windows color (decimal): -10371918 or 11713633. OLE color: 11713633.

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

Color convert

RGB 97 188 178 -
CMYK 0.48 0 0.05 0.26
HSL 173.41º 0.4% 0.56% -
HSV(B) 173.41º 0.48% 0.74% -
XYZ 30.95 41.72 48.54 -
YUV 159.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 97 188 178 0.48 0 0.05 0.26 173.41 0.4 0.56
Hex 61 BC B2 30 0 5 1A AD 28 38
Octal 141 274 262 60 0 5 32 255 50 70
Binary 1100001 10111100 10110010 110000 0 101 11010 10101101 101000 111000

Color Harmonies of #61BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCB2

Black with #61BCB2

Text Example


Text Example

White with #61BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,188,178); }

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

background-color css

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

 a { background-color: rgb(97,188,178); }

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

border-color css

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

 span { border-color: rgb(97,188,178); }

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