#38B6BB

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

Shades of Viking #38B6BB

Tints of Viking #38B6BB

Color information

#38B6BB (or 0x38B6BB) is unknown color: approx Viking. HEX triplet: 38, B6 and BB. RGB value is (56,182,187). Sum of RGB (Red+Green+Blue) = 56+182+187=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #38B6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B6BB is #C74944. Grayscale: #909090. Windows color (decimal): -13060421 or 12301880. OLE color: 12301880.

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

Color convert

RGB56182187-
CMYK0.700.0300.27
HSL182.29º53.91%47.65%-
HSV(B)182.29º70.05%73.33%-
XYZ27.3337.8852.89-
YUV144.9151.7664.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 187 (73.44% from 255) = 44%
R=13.18%
G=42.82%
B=44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561821870.700.0300.27182.2953.9147.65
Hex38B6BB46301Bb63630
Octal7026627310630332666660
Binary111000101101101011101110001101101101110110110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,187); }

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

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

 a { background-color: rgb(56,182,187); }

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

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

 span { border-color: rgb(56,182,187); }

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