Html Css Color HEX #36ADBE Viking

📋 copy color: '#36ADBE'

red 54 ◦ green 173 ◦ blue 190

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

Shades of Viking #36ADBE

Tints of Viking #36ADBE

RGB

 RED value IS 54 (21.48% from 255) = 12.95%

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

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

R = 12.95%
G = 41.49%
B = 45.56%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#36ADBE (or 0x36ADBE) is known color: Viking. HEX triplet: 36, AD and BE. RGB value is (54,173,190). Sum of RGB (Red+Green+Blue) = 54+173+190=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #36ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ADBE is #C95241. Grayscale: #8B8B8B. Windows color (decimal): -13193794 or 12496182. OLE color: 12496182.

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

Color convert

RGB 54 173 190 -
CMYK 0.72 0.09 0 0.25
HSL 187.5º 0.56% 0.48% -
HSV(B) 187.5º 0.72% 0.75% -
XYZ 25.76 34.39 54 -
YUV 139.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 54 173 190 0.72 0.09 0 0.25 187.5 0.56 0.48
Hex 36 AD BE 48 9 0 19 BC 38 30
Octal 66 255 276 110 11 0 31 274 70 60
Binary 110110 10101101 10111110 1001000 1001 0 11001 10111100 111000 110000

Color Harmonies of #36ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ADBE

Black with #36ADBE

Text Example


Text Example

White with #36ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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