Html Css Color HEX #35ADC0 Viking

📋 copy color: '#35ADC0'

red 53 ◦ green 173 ◦ blue 192

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

Shades of Viking #35ADC0

Tints of Viking #35ADC0

RGB

 RED value IS 53 (21.09% from 255) = 12.68%

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 12.68%
G = 41.39%
B = 45.93%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#35ADC0 (or 0x35ADC0) is known color: Viking. HEX triplet: 35, AD and C0. RGB value is (53,173,192). Sum of RGB (Red+Green+Blue) = 53+173+192=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #35ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADC0 is #CA523F. Grayscale: #8B8B8B. Windows color (decimal): -13259328 or 12627253. OLE color: 12627253.

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

Color convert

RGB 53 173 192 -
CMYK 0.72 0.10 0 0.25
HSL 188.2º 0.57% 0.48% -
HSV(B) 188.2º 0.72% 0.75% -
XYZ 25.93 34.45 55.15 -
YUV 139.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 53 173 192 0.72 0.10 0 0.25 188.2 0.57 0.48
Hex 35 AD C0 48 A 0 19 BC 39 30
Octal 65 255 300 110 12 0 31 274 71 60
Binary 110101 10101101 11000000 1001000 1010 0 11001 10111100 111001 110000

Color Harmonies of #35ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35ADC0

Black with #35ADC0

Text Example


Text Example

White with #35ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,192); }

 H1.HeaderClassName
 {
   color: #35ADC0;
 }
 .AnyTagClassName
 {
   color: #35ADC0;
 }
</style>

background-color css

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

 a { background-color: rgb(53,173,192); }

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

border-color css

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

 span { border-color: rgb(53,173,192); }

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