Html Css Color HEX #55C0B9 Puerto Rico

📋 copy color: '#55C0B9'

red 85 ◦ green 192 ◦ blue 185

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

Shades of Puerto Rico #55C0B9

Tints of Puerto Rico #55C0B9

RGB

 RED value IS 85 (33.59% from 255) = 18.4%

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 18.4%
G = 41.56%
B = 40.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#55C0B9 (or 0x55C0B9) is known color: Puerto Rico. HEX triplet: 55, C0 and B9. RGB value is (85,192,185). Sum of RGB (Red+Green+Blue) = 85+192+185=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0B9 is #AA3F46. Grayscale: #9F9F9F. Windows color (decimal): -11157319 or 12173397. OLE color: 12173397.

HSL color Cylindrical-coordinate representation of color #55C0B9: hue angle of 176.07º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0B9 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 185 -
CMYK 0.56 0 0.04 0.25
HSL 176.07º 0.46% 0.54% -
HSV(B) 176.07º 0.56% 0.75% -
XYZ 31.35 43.13 52.57 -
YUV 159.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 85 192 185 0.56 0 0.04 0.25 176.07 0.46 0.54
Hex 55 C0 B9 38 0 4 19 B0 2E 36
Octal 125 300 271 70 0 4 31 260 56 66
Binary 1010101 11000000 10111001 111000 0 100 11001 10110000 101110 110110

Color Harmonies of #55C0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0B9

Black with #55C0B9

Text Example


Text Example

White with #55C0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C0B9; }

 p { color: rgb(85,192,185); }

 H1.HeaderClassName
 {
   color: #55C0B9;
 }
 .AnyTagClassName
 {
   color: #55C0B9;
 }
</style>

background-color css

<style>
 a { background-color: #55C0B9; }

 a { background-color: rgb(85,192,185); }

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

border-color css

<style>
 span { border-color: #55C0B9; }

 span { border-color: rgb(85,192,185); }

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