#30B4C4

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

Shades of Viking #30B4C4

Tints of Viking #30B4C4

Color information

#30B4C4 (or 0x30B4C4) is unknown color: approx Viking. HEX triplet: 30, B4 and C4. RGB value is (48,180,196). Sum of RGB (Red+Green+Blue) = 48+180+196=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #30B4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B4C4 is #CF4B3B. Grayscale: #8E8E8E. Windows color (decimal): -13585212 or 12891184. OLE color: 12891184.

HSL color Cylindrical-coordinate representation of color #30B4C4: hue angle of 186.49º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B4C4 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB48180196-
CMYK0.760.0800.23
HSL186.49º60.66%47.84%-
HSV(B)186.49º75.51%76.86%-
XYZ27.537.2657.97-
YUV142.36158.2760.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.32%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=11.32%
G=42.45%
B=46.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal481801960.760.0800.23186.4960.6647.84
Hex30B4C44C8017ba3d30
Octal60264304114100272727560
Binary11000010110100110001001001100100001011110111010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B4C4; }

 p { color: rgb(48,180,196); }

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

<style>
 a { background-color: #30B4C4; }

 a { background-color: rgb(48,180,196); }

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

<style>
 span { border-color: #30B4C4; }

 span { border-color: rgb(48,180,196); }

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