Html Css Color HEX #39ADBE Viking

📋 copy color: '#39ADBE'

red 57 ◦ green 173 ◦ blue 190

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

Shades of Viking #39ADBE

Tints of Viking #39ADBE

RGB

 RED value IS 57 (22.66% from 255) = 13.57%

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 13.57%
G = 41.19%
B = 45.24%

CMYK

 C value IS 0.7

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#39ADBE (or 0x39ADBE) is known color: Viking. HEX triplet: 39, AD and BE. RGB value is (57,173,190). Sum of RGB (Red+Green+Blue) = 57+173+190=420 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.57% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #39ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ADBE is #C65241. Grayscale: #8C8C8C. Windows color (decimal): -12997186 or 12496185. OLE color: 12496185.

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

Color convert

RGB 57 173 190 -
CMYK 0.7 0.09 0 0.25
HSL 187.67º 0.54% 0.48% -
HSV(B) 187.67º 0.7% 0.75% -
XYZ 25.93 34.47 54 -
YUV 140.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 57 173 190 0.7 0.09 0 0.25 187.67 0.54 0.48
Hex 39 AD BE 46 9 0 19 BC 36 30
Octal 71 255 276 106 11 0 31 274 66 60
Binary 111001 10101101 10111110 1000110 1001 0 11001 10111100 110110 110000

Color Harmonies of #39ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39ADBE

Black with #39ADBE

Text Example


Text Example

White with #39ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39ADBE; }

 p { color: rgb(57,173,190); }

 H1.HeaderClassName
 {
   color: #39ADBE;
 }
 .AnyTagClassName
 {
   color: #39ADBE;
 }
</style>

background-color css

<style>
 a { background-color: #39ADBE; }

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

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

border-color css

<style>
 span { border-color: #39ADBE; }

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

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