Html Css Color HEX #3AB4C6 Viking

📋 copy color: '#3AB4C6'

red 58 ◦ green 180 ◦ blue 198

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

Shades of Viking #3AB4C6

Tints of Viking #3AB4C6

RGB

 RED value IS 58 (23.05% from 255) = 13.3%

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 13.3%
G = 41.28%
B = 45.41%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3AB4C6 (or 0x3AB4C6) is known color: Viking. HEX triplet: 3A, B4 and C6. RGB value is (58,180,198). Sum of RGB (Red+Green+Blue) = 58+180+198=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #3AB4C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB4C6 is #C54B39. Grayscale: #919191. Windows color (decimal): -12929850 or 13022266. OLE color: 13022266.

HSL color Cylindrical-coordinate representation of color #3AB4C6: hue angle of 187.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AB4C6 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 180 198 -
CMYK 0.71 0.09 0 0.22
HSL 187.71º 0.55% 0.5% -
HSV(B) 187.71º 0.71% 0.78% -
XYZ 28.26 37.62 59.2 -
YUV 145.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 58 180 198 0.71 0.09 0 0.22 187.71 0.55 0.5
Hex 3A B4 C6 47 9 0 16 BC 37 32
Octal 72 264 306 107 11 0 26 274 67 62
Binary 111010 10110100 11000110 1000111 1001 0 10110 10111100 110111 110010

Color Harmonies of #3AB4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB4C6

Black with #3AB4C6

Text Example


Text Example

White with #3AB4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AB4C6; }

 p { color: rgb(58,180,198); }

 H1.HeaderClassName
 {
   color: #3AB4C6;
 }
 .AnyTagClassName
 {
   color: #3AB4C6;
 }
</style>

background-color css

<style>
 a { background-color: #3AB4C6; }

 a { background-color: rgb(58,180,198); }

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

border-color css

<style>
 span { border-color: #3AB4C6; }

 span { border-color: rgb(58,180,198); }

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