Html Css Color HEX #38ABC9 Viking

📋 copy color: '#38ABC9'

red 56 ◦ green 171 ◦ blue 201

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

Shades of Viking #38ABC9

Tints of Viking #38ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 13.08%
G = 39.95%
B = 46.96%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38ABC9 (or 0x38ABC9) is known color: Viking. HEX triplet: 38, AB and C9. RGB value is (56,171,201). Sum of RGB (Red+Green+Blue) = 56+171+201=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #38ABC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABC9 is #C75436. Grayscale: #8B8B8B. Windows color (decimal): -13063223 or 13216568. OLE color: 13216568.

HSL color Cylindrical-coordinate representation of color #38ABC9: hue angle of 192.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ABC9 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 171 201 -
CMYK 0.72 0.15 0 0.21
HSL 192.41º 0.57% 0.5% -
HSV(B) 192.41º 0.72% 0.79% -
XYZ 26.74 34.18 60.45 -
YUV 140.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 56 171 201 0.72 0.15 0 0.21 192.41 0.57 0.5
Hex 38 AB C9 48 F 0 15 C0 39 32
Octal 70 253 311 110 17 0 25 300 71 62
Binary 111000 10101011 11001001 1001000 1111 0 10101 11000000 111001 110010

Color Harmonies of #38ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABC9

Black with #38ABC9

Text Example


Text Example

White with #38ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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