Html Css Color HEX #55C0B8 Puerto Rico

📋 copy color: '#55C0B8'

red 85 ◦ green 192 ◦ blue 184

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

Shades of Puerto Rico #55C0B8

Tints of Puerto Rico #55C0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 18.44%
G = 41.65%
B = 39.91%

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

#55C0B8 (or 0x55C0B8) is known color: Puerto Rico. HEX triplet: 55, C0 and B8. RGB value is (85,192,184). Sum of RGB (Red+Green+Blue) = 85+192+184=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0B8 is #AA3F47. Grayscale: #9F9F9F. Windows color (decimal): -11157320 or 12107861. OLE color: 12107861.

HSL color Cylindrical-coordinate representation of color #55C0B8: hue angle of 175.51º 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 #55C0B8 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 184 -
CMYK 0.56 0 0.04 0.25
HSL 175.51º 0.46% 0.54% -
HSV(B) 175.51º 0.56% 0.75% -
XYZ 31.25 43.09 52.02 -
YUV 159.1 142.05 75.15 -
System Red Green Blue C M Y K H S L
Decimal 85 192 184 0.56 0 0.04 0.25 175.51 0.46 0.54
Hex 55 C0 B8 38 0 4 19 B0 2E 36
Octal 125 300 270 70 0 4 31 260 56 66
Binary 1010101 11000000 10111000 111000 0 100 11001 10110000 101110 110110

Color Harmonies of #55C0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C0B8

Black with #55C0B8

Text Example


Text Example

White with #55C0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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