Html Css Color HEX #57BEBE Viking

📋 copy color: '#57BEBE'

red 87 ◦ green 190 ◦ blue 190

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

Shades of Viking #57BEBE

Tints of Viking #57BEBE

RGB

 RED value IS 87 (34.38% from 255) = 18.63%

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 18.63%
G = 40.69%
B = 40.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57BEBE (or 0x57BEBE) is known color: Viking. HEX triplet: 57, BE and BE. RGB value is (87,190,190). Sum of RGB (Red+Green+Blue) = 87+190+190=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #57BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBE is #A84141. Grayscale: #9F9F9F. Windows color (decimal): -11026754 or 12500567. OLE color: 12500567.

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

Color convert

RGB 87 190 190 -
CMYK 0.54 0 0 0.25
HSL 180º 0.44% 0.54% -
HSV(B) 180º 0.54% 0.75% -
XYZ 31.64 42.57 55.26 -
YUV 159.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 87 190 190 0.54 0 0 0.25 180 0.44 0.54
Hex 57 BE BE 36 0 0 19 B4 2C 36
Octal 127 276 276 66 0 0 31 264 54 66
Binary 1010111 10111110 10111110 110110 0 0 11001 10110100 101100 110110

Color Harmonies of #57BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEBE

Black with #57BEBE

Text Example


Text Example

White with #57BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57BEBE; }

 p { color: rgb(87,190,190); }

 H1.HeaderClassName
 {
   color: #57BEBE;
 }
 .AnyTagClassName
 {
   color: #57BEBE;
 }
</style>

background-color css

<style>
 a { background-color: #57BEBE; }

 a { background-color: rgb(87,190,190); }

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

border-color css

<style>
 span { border-color: #57BEBE; }

 span { border-color: rgb(87,190,190); }

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