Html Css Color HEX #3CADBE Viking

📋 copy color: '#3CADBE'

red 60 ◦ green 173 ◦ blue 190

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

Shades of Viking #3CADBE

Tints of Viking #3CADBE

RGB

 RED value IS 60 (23.83% from 255) = 14.18%

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 14.18%
G = 40.9%
B = 44.92%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CADBE (or 0x3CADBE) is known color: Viking. HEX triplet: 3C, AD and BE. RGB value is (60,173,190). Sum of RGB (Red+Green+Blue) = 60+173+190=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADBE is #C35241. Grayscale: #8C8C8C. Windows color (decimal): -12800578 or 12496188. OLE color: 12496188.

HSL color Cylindrical-coordinate representation of color #3CADBE: hue angle of 187.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CADBE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 173 190 -
CMYK 0.68 0.09 0 0.25
HSL 187.85º 0.52% 0.49% -
HSV(B) 187.85º 0.68% 0.75% -
XYZ 26.1 34.57 54.01 -
YUV 141.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 60 173 190 0.68 0.09 0 0.25 187.85 0.52 0.49
Hex 3C AD BE 44 9 0 19 BC 34 31
Octal 74 255 276 104 11 0 31 274 64 61
Binary 111100 10101101 10111110 1000100 1001 0 11001 10111100 110100 110001

Color Harmonies of #3CADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CADBE

Black with #3CADBE

Text Example


Text Example

White with #3CADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,190); }

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

background-color css

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

 a { background-color: rgb(60,173,190); }

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

border-color css

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

 span { border-color: rgb(60,173,190); }

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