Html Css Color HEX #48BACA Viking

📋 copy color: '#48BACA'

red 72 ◦ green 186 ◦ blue 202

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

Shades of Viking #48BACA

Tints of Viking #48BACA

RGB

 RED value IS 72 (28.52% from 255) = 15.65%

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 15.65%
G = 40.43%
B = 43.91%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#48BACA (or 0x48BACA) is known color: Viking. HEX triplet: 48, BA and CA. RGB value is (72,186,202). Sum of RGB (Red+Green+Blue) = 72+186+202=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #48BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BACA is #B74535. Grayscale: #999999. Windows color (decimal): -12010806 or 13285960. OLE color: 13285960.

HSL color Cylindrical-coordinate representation of color #48BACA: hue angle of 187.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BACA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 186 202 -
CMYK 0.64 0.08 0 0.21
HSL 187.38º 0.55% 0.54% -
HSV(B) 187.38º 0.64% 0.79% -
XYZ 30.89 40.76 62.12 -
YUV 153.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 72 186 202 0.64 0.08 0 0.21 187.38 0.55 0.54
Hex 48 BA CA 40 8 0 15 BB 37 36
Octal 110 272 312 100 10 0 25 273 67 66
Binary 1001000 10111010 11001010 1000000 1000 0 10101 10111011 110111 110110

Color Harmonies of #48BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BACA

Black with #48BACA

Text Example


Text Example

White with #48BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48BACA; }

 p { color: rgb(72,186,202); }

 H1.HeaderClassName
 {
   color: #48BACA;
 }
 .AnyTagClassName
 {
   color: #48BACA;
 }
</style>

background-color css

<style>
 a { background-color: #48BACA; }

 a { background-color: rgb(72,186,202); }

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

border-color css

<style>
 span { border-color: #48BACA; }

 span { border-color: rgb(72,186,202); }

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