#38B3BA

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

Shades of Viking #38B3BA

Tints of Viking #38B3BA

Color information

#38B3BA (or 0x38B3BA) is unknown color: approx Viking. HEX triplet: 38, B3 and BA. RGB value is (56,179,186). Sum of RGB (Red+Green+Blue) = 56+179+186=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #38B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B3BA is #C74C45. Grayscale: #8E8E8E. Windows color (decimal): -13061190 or 12235576. OLE color: 12235576.

HSL color Cylindrical-coordinate representation of color #38B3BA: hue angle of 183.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B3BA is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56179186-
CMYK0.700.0400.27
HSL183.23º53.72%47.45%-
HSV(B)183.23º69.89%72.94%-
XYZ26.6136.6352.12-
YUV143.02152.2565.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.30%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=13.30%
G=42.52%
B=44.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561791860.700.0400.27183.2353.7247.45
Hex38B3BA46401Bb7362f
Octal7026327210640332676657
Binary1110001011001110111010100011010001101110110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B3BA; }

 p { color: rgb(56,179,186); }

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

<style>
 a { background-color: #38B3BA; }

 a { background-color: rgb(56,179,186); }

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

<style>
 span { border-color: #38B3BA; }

 span { border-color: rgb(56,179,186); }

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