#3CBBC3

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

Shades of Viking #3CBBC3

Tints of Viking #3CBBC3

Color information

#3CBBC3 (or 0x3CBBC3) is unknown color: approx Viking. HEX triplet: 3C, BB and C3. RGB value is (60,187,195). Sum of RGB (Red+Green+Blue) = 60+187+195=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #3CBBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBC3 is #C3443C. Grayscale: #959595. Windows color (decimal): -12796989 or 12827452. OLE color: 12827452.

HSL color Cylindrical-coordinate representation of color #3CBBC3: hue angle of 183.56º 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 #3CBBC3 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB60187195-
CMYK0.690.0400.24
HSL183.56º52.94%50%-
HSV(B)183.56º69.23%76.47%-
XYZ29.4840.4457.88-
YUV149.94153.4263.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.57%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=13.57%
G=42.31%
B=44.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal601871950.690.0400.24183.5652.9450
Hex3CBBC3454018b83532
Octal7427330310540302706562
Binary1111001011101111000011100010110001100010111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,187,195); }

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

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

 a { background-color: rgb(60,187,195); }

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

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

 span { border-color: rgb(60,187,195); }

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