Html Css Color HEX #48BBC3 Viking

📋 copy color: '#48BBC3'

red 72 ◦ green 187 ◦ blue 195

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

Shades of Viking #48BBC3

Tints of Viking #48BBC3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 15.86%
G = 41.19%
B = 42.95%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#48BBC3 (or 0x48BBC3) is known color: Viking. HEX triplet: 48, BB and C3. RGB value is (72,187,195). Sum of RGB (Red+Green+Blue) = 72+187+195=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #48BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBC3 is #B7443C. Grayscale: #999999. Windows color (decimal): -12010557 or 12827464. OLE color: 12827464.

HSL color Cylindrical-coordinate representation of color #48BBC3: hue angle of 183.9º 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 #48BBC3 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 187 195 -
CMYK 0.63 0.04 0 0.24
HSL 183.9º 0.51% 0.52% -
HSV(B) 183.9º 0.63% 0.76% -
XYZ 30.29 40.86 57.92 -
YUV 153.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 72 187 195 0.63 0.04 0 0.24 183.9 0.51 0.52
Hex 48 BB C3 3F 4 0 18 B8 33 34
Octal 110 273 303 77 4 0 30 270 63 64
Binary 1001000 10111011 11000011 111111 100 0 11000 10111000 110011 110100

Color Harmonies of #48BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BBC3

Black with #48BBC3

Text Example


Text Example

White with #48BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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