Html Css Color HEX #55BCBD Viking

📋 copy color: '#55BCBD'

red 85 ◦ green 188 ◦ blue 189

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

Shades of Viking #55BCBD

Tints of Viking #55BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 18.4%
G = 40.69%
B = 40.91%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55BCBD (or 0x55BCBD) is known color: Viking. HEX triplet: 55, BC and BD. RGB value is (85,188,189). Sum of RGB (Red+Green+Blue) = 85+188+189=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #55BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCBD is #AA4342. Grayscale: #9D9D9D. Windows color (decimal): -11158339 or 12434517. OLE color: 12434517.

HSL color Cylindrical-coordinate representation of color #55BCBD: hue angle of 180.58º degrees, saturation: 0.44, 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 #55BCBD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 189 -
CMYK 0.55 0.01 0 0.26
HSL 180.58º 0.44% 0.54% -
HSV(B) 180.58º 0.55% 0.74% -
XYZ 30.91 41.57 54.54 -
YUV 157.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 85 188 189 0.55 0.01 0 0.26 180.58 0.44 0.54
Hex 55 BC BD 37 1 0 1A B5 2C 36
Octal 125 274 275 67 1 0 32 265 54 66
Binary 1010101 10111100 10111101 110111 1 0 11010 10110101 101100 110110

Color Harmonies of #55BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCBD

Black with #55BCBD

Text Example


Text Example

White with #55BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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