Html Css Color HEX #3ABECC Viking

📋 copy color: '#3ABECC'

red 58 ◦ green 190 ◦ blue 204

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

Shades of Viking #3ABECC

Tints of Viking #3ABECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 12.83%
G = 42.04%
B = 45.13%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3ABECC (or 0x3ABECC) is known color: Viking. HEX triplet: 3A, BE and CC. RGB value is (58,190,204). Sum of RGB (Red+Green+Blue) = 58+190+204=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ABECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABECC is #C54133. Grayscale: #979797. Windows color (decimal): -12927284 or 13418042. OLE color: 13418042.

HSL color Cylindrical-coordinate representation of color #3ABECC: hue angle of 185.75º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABECC is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 190 204 -
CMYK 0.72 0.07 0 0.2
HSL 185.75º 0.59% 0.51% -
HSV(B) 185.75º 0.72% 0.8% -
XYZ 31.06 42.09 63.61 -
YUV 152.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 58 190 204 0.72 0.07 0 0.2 185.75 0.59 0.51
Hex 3A BE CC 48 7 0 14 BA 3B 33
Octal 72 276 314 110 7 0 24 272 73 63
Binary 111010 10111110 11001100 1001000 111 0 10100 10111010 111011 110011

Color Harmonies of #3ABECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABECC

Black with #3ABECC

Text Example


Text Example

White with #3ABECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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