Html Css Color HEX #3CB9C1 Viking

📋 copy color: '#3CB9C1'

red 60 ◦ green 185 ◦ blue 193

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

Shades of Viking #3CB9C1

Tints of Viking #3CB9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 13.7%
G = 42.24%
B = 44.06%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3CB9C1 (or 0x3CB9C1) is known color: Viking. HEX triplet: 3C, B9 and C1. RGB value is (60,185,193). Sum of RGB (Red+Green+Blue) = 60+185+193=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #3CB9C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB9C1 is #C3463E. Grayscale: #949494. Windows color (decimal): -12797503 or 12695868. OLE color: 12695868.

HSL color Cylindrical-coordinate representation of color #3CB9C1: hue angle of 183.61º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CB9C1 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 185 193 -
CMYK 0.69 0.04 0 0.24
HSL 183.61º 0.53% 0.5% -
HSV(B) 183.61º 0.69% 0.76% -
XYZ 28.84 39.51 56.56 -
YUV 148.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 60 185 193 0.69 0.04 0 0.24 183.61 0.53 0.5
Hex 3C B9 C1 45 4 0 18 B8 35 32
Octal 74 271 301 105 4 0 30 270 65 62
Binary 111100 10111001 11000001 1000101 100 0 11000 10111000 110101 110010

Color Harmonies of #3CB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB9C1

Black with #3CB9C1

Text Example


Text Example

White with #3CB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,185,193); }

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

background-color css

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

 a { background-color: rgb(60,185,193); }

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

border-color css

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

 span { border-color: rgb(60,185,193); }

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