Html Css Color HEX #48BFC3 Viking

📋 copy color: '#48BFC3'

red 72 ◦ green 191 ◦ blue 195

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

Shades of Viking #48BFC3

Tints of Viking #48BFC3

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 15.72%
G = 41.7%
B = 42.58%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#48BFC3 (or 0x48BFC3) is known color: Viking. HEX triplet: 48, BF and C3. RGB value is (72,191,195). Sum of RGB (Red+Green+Blue) = 72+191+195=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #48BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFC3 is #B7403C. Grayscale: #9B9B9B. Windows color (decimal): -12009533 or 12828488. OLE color: 12828488.

HSL color Cylindrical-coordinate representation of color #48BFC3: hue angle of 181.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BFC3 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 191 195 -
CMYK 0.63 0.02 0 0.24
HSL 181.95º 0.51% 0.52% -
HSV(B) 181.95º 0.63% 0.76% -
XYZ 31.15 42.58 58.21 -
YUV 155.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 72 191 195 0.63 0.02 0 0.24 181.95 0.51 0.52
Hex 48 BF C3 3F 2 0 18 B6 33 34
Octal 110 277 303 77 2 0 30 266 63 64
Binary 1001000 10111111 11000011 111111 10 0 11000 10110110 110011 110100

Color Harmonies of #48BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFC3

Black with #48BFC3

Text Example


Text Example

White with #48BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,195); }

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

background-color css

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

 a { background-color: rgb(72,191,195); }

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

border-color css

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

 span { border-color: rgb(72,191,195); }

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