Html Css Color HEX #55BCB5 Puerto Rico

📋 copy color: '#55BCB5'

red 85 ◦ green 188 ◦ blue 181

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

Shades of Puerto Rico #55BCB5

Tints of Puerto Rico #55BCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 18.72%
G = 41.41%
B = 39.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#55BCB5 (or 0x55BCB5) is known color: Puerto Rico. HEX triplet: 55, BC and B5. RGB value is (85,188,181). Sum of RGB (Red+Green+Blue) = 85+188+181=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCB5 is #AA434A. Grayscale: #9C9C9C. Windows color (decimal): -11158347 or 11910229. OLE color: 11910229.

HSL color Cylindrical-coordinate representation of color #55BCB5: hue angle of 175.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCB5 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 181 -
CMYK 0.55 0 0.04 0.26
HSL 175.92º 0.43% 0.54% -
HSV(B) 175.92º 0.55% 0.74% -
XYZ 30.07 41.23 50.09 -
YUV 156.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 85 188 181 0.55 0 0.04 0.26 175.92 0.43 0.54
Hex 55 BC B5 37 0 4 1A B0 2B 36
Octal 125 274 265 67 0 4 32 260 53 66
Binary 1010101 10111100 10110101 110111 0 100 11010 10110000 101011 110110

Color Harmonies of #55BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCB5

Black with #55BCB5

Text Example


Text Example

White with #55BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,188,181); }

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

background-color css

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

 a { background-color: rgb(85,188,181); }

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

border-color css

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

 span { border-color: rgb(85,188,181); }

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