#35ACBF

Color #35ACBF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #35ACBF

Tints of Viking #35ACBF

Color information

#35ACBF (or 0x35ACBF) is unknown color: approx Viking. HEX triplet: 35, AC and BF. RGB value is (53,172,191). Sum of RGB (Red+Green+Blue) = 53+172+191=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #35ACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACBF is #CA5340. Grayscale: #8A8A8A. Windows color (decimal): -13259585 or 12561461. OLE color: 12561461.

HSL color Cylindrical-coordinate representation of color #35ACBF: hue angle of 188.26º degrees, saturation: 0.57, 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 #35ACBF is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53172191-
CMYK0.720.1000.25
HSL188.26º56.56%47.84%-
HSV(B)188.26º72.25%74.9%-
XYZ25.6234.0254.51-
YUV138.58157.5866.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 191 (75% from 255) = 45.91%
R=12.74%
G=41.35%
B=45.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531721910.720.1000.25188.2656.5647.84
Hex35ACBF48A019bc3930
Octal65254277110120312747160
Binary11010110101100101111111001000101001100110111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35ACBF; }

 p { color: rgb(53,172,191); }

 H1.HeaderClassName
 {
   color: #35ACBF;
 }
 .AnyTagClassName
 {
   color: #35ACBF;
 }
</style>
background-color css

<style>
 a { background-color: #35ACBF; }

 a { background-color: rgb(53,172,191); }

 div.DivClassName
 {
   background-color: #35ACBF;
 }
 .BgClassName
 {
   background-color: #35ACBF;
 }
</style>
border-color css

<style>
 span { border-color: #35ACBF; }

 span { border-color: rgb(53,172,191); }

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