Html Css Color HEX #38ABC1 Viking

📋 copy color: '#38ABC1'

red 56 ◦ green 171 ◦ blue 193

#38ABC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #38ABC1

Tints of Viking #38ABC1

RGB

 RED value IS 56 (22.27% from 255) = 13.33%

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 13.33%
G = 40.71%
B = 45.95%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#38ABC1 (or 0x38ABC1) is known color: Viking. HEX triplet: 38, AB and C1. RGB value is (56,171,193). Sum of RGB (Red+Green+Blue) = 56+171+193=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #38ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABC1 is #C7543E. Grayscale: #8A8A8A. Windows color (decimal): -13063231 or 12692280. OLE color: 12692280.

HSL color Cylindrical-coordinate representation of color #38ABC1: hue angle of 189.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38ABC1 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 171 193 -
CMYK 0.71 0.11 0 0.24
HSL 189.64º 0.55% 0.49% -
HSV(B) 189.64º 0.71% 0.76% -
XYZ 25.82 33.82 55.62 -
YUV 139.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 56 171 193 0.71 0.11 0 0.24 189.64 0.55 0.49
Hex 38 AB C1 47 B 0 18 BE 37 31
Octal 70 253 301 107 13 0 30 276 67 61
Binary 111000 10101011 11000001 1000111 1011 0 11000 10111110 110111 110001

Color Harmonies of #38ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABC1

Black with #38ABC1

Text Example


Text Example

White with #38ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,193); }

 H1.HeaderClassName
 {
   color: #38ABC1;
 }
 .AnyTagClassName
 {
   color: #38ABC1;
 }
</style>

background-color css

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

 a { background-color: rgb(56,171,193); }

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

border-color css

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

 span { border-color: rgb(56,171,193); }

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