#35AEBE

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

Shades of Viking #35AEBE

Tints of Viking #35AEBE

Color information

#35AEBE (or 0x35AEBE) is unknown color: approx Viking. HEX triplet: 35, AE and BE. RGB value is (53,174,190). Sum of RGB (Red+Green+Blue) = 53+174+190=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 174 (68.36% from 255 or 41.73% 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 #35AEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AEBE is #CA5141. Grayscale: #8B8B8B. Windows color (decimal): -13259074 or 12496437. OLE color: 12496437.

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

Color convert

RGB53174190-
CMYK0.720.0800.25
HSL187.01º56.38%47.65%-
HSV(B)187.01º72.11%74.51%-
XYZ25.934.7554.06-
YUV139.64156.4166.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=12.71%
G=41.73%
B=45.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531741900.720.0800.25187.0156.3847.65
Hex35AEBE488019bb3830
Octal65256276110100312737060
Binary11010110101110101111101001000100001100110111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,190); }

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

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

 a { background-color: rgb(53,174,190); }

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

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

 span { border-color: rgb(53,174,190); }

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