#38B0BB

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

Shades of Viking #38B0BB

Tints of Viking #38B0BB

Color information

#38B0BB (or 0x38B0BB) is unknown color: approx Viking. HEX triplet: 38, B0 and BB. RGB value is (56,176,187). Sum of RGB (Red+Green+Blue) = 56+176+187=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #38B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B0BB is #C74F44. Grayscale: #8D8D8D. Windows color (decimal): -13061957 or 12300344. OLE color: 12300344.

HSL color Cylindrical-coordinate representation of color #38B0BB: hue angle of 185.04º 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 #38B0BB is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56176187-
CMYK0.700.0600.27
HSL185.04º53.91%47.65%-
HSV(B)185.04º70.05%73.33%-
XYZ26.1335.4852.48-
YUV141.37153.7467.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.37%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=13.37%
G=42.00%
B=44.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561761870.700.0600.27185.0453.9147.65
Hex38B0BB46601Bb93630
Octal7026027310660332716660
Binary1110001011000010111011100011011001101110111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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