#38B4BF

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

Shades of Viking #38B4BF

Tints of Viking #38B4BF

Color information

#38B4BF (or 0x38B4BF) is unknown color: approx Viking. HEX triplet: 38, B4 and BF. RGB value is (56,180,191). Sum of RGB (Red+Green+Blue) = 56+180+191=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #38B4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B4BF is #C74B40. Grayscale: #909090. Windows color (decimal): -13060929 or 12563512. OLE color: 12563512.

HSL color Cylindrical-coordinate representation of color #38B4BF: hue angle of 184.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38B4BF is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56180191-
CMYK0.710.0600.25
HSL184.89º54.66%48.43%-
HSV(B)184.89º70.68%74.9%-
XYZ27.3637.2455.04-
YUV144.18154.4265.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.11%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 191 (75% from 255) = 44.73%
R=13.11%
G=42.15%
B=44.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561801910.710.0600.25184.8954.6648.43
Hex38B4BF476019b93730
Octal7026427710760312716760
Binary1110001011010010111111100011111001100110111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,191); }

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

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

 a { background-color: rgb(56,180,191); }

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

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

 span { border-color: rgb(56,180,191); }

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