Html Css Color HEX #3ABEC9 Viking

📋 copy color: '#3ABEC9'

red 58 ◦ green 190 ◦ blue 201

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

Shades of Viking #3ABEC9

Tints of Viking #3ABEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.77%

R = 12.92%
G = 42.32%
B = 44.77%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3ABEC9 (or 0x3ABEC9) is known color: Viking. HEX triplet: 3A, BE and C9. RGB value is (58,190,201). Sum of RGB (Red+Green+Blue) = 58+190+201=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #3ABEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEC9 is #C54136. Grayscale: #979797. Windows color (decimal): -12927287 or 13221434. OLE color: 13221434.

HSL color Cylindrical-coordinate representation of color #3ABEC9: hue angle of 184.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABEC9 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 190 201 -
CMYK 0.71 0.05 0 0.21
HSL 184.62º 0.57% 0.51% -
HSV(B) 184.62º 0.71% 0.79% -
XYZ 30.7 41.94 61.74 -
YUV 151.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 58 190 201 0.71 0.05 0 0.21 184.62 0.57 0.51
Hex 3A BE C9 47 5 0 15 B9 39 33
Octal 72 276 311 107 5 0 25 271 71 63
Binary 111010 10111110 11001001 1000111 101 0 10101 10111001 111001 110011

Color Harmonies of #3ABEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEC9

Black with #3ABEC9

Text Example


Text Example

White with #3ABEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,190,201); }

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

background-color css

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

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

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

border-color css

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

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

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