#3CBCCB

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

Shades of Viking #3CBCCB

Tints of Viking #3CBCCB

Color information

#3CBCCB (or 0x3CBCCB) is unknown color: approx Viking. HEX triplet: 3C, BC and CB. RGB value is (60,188,203). Sum of RGB (Red+Green+Blue) = 60+188+203=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCB is #C34334. Grayscale: #979797. Windows color (decimal): -12796725 or 13351996. OLE color: 13351996.

HSL color Cylindrical-coordinate representation of color #3CBCCB: hue angle of 186.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBCCB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB60188203-
CMYK0.700.0700.20
HSL186.29º57.89%51.57%-
HSV(B)186.29º70.44%79.61%-
XYZ30.6341.2462.85-
YUV151.44157.0962.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.30%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=13.30%
G=41.69%
B=45.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal601882030.700.0700.20186.2957.8951.57
Hex3CBCCB467014ba3a34
Octal7427431310670242727264
Binary1111001011110011001011100011011101010010111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,203); }

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

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

 a { background-color: rgb(60,188,203); }

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

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

 span { border-color: rgb(60,188,203); }

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