Html Css Color HEX #30BBC5 Viking

📋 copy color: '#30BBC5'

red 48 ◦ green 187 ◦ blue 197

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

Shades of Viking #30BBC5

Tints of Viking #30BBC5

RGB

 RED value IS 48 (19.14% from 255) = 11.11%

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

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 11.11%
G = 43.29%
B = 45.6%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#30BBC5 (or 0x30BBC5) is known color: Viking. HEX triplet: 30, BB and C5. RGB value is (48,187,197). Sum of RGB (Red+Green+Blue) = 48+187+197=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #30BBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBC5 is #CF443A. Grayscale: #929292. Windows color (decimal): -13583419 or 12958512. OLE color: 12958512.

HSL color Cylindrical-coordinate representation of color #30BBC5: hue angle of 184.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BBC5 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 187 197 -
CMYK 0.76 0.05 0 0.23
HSL 184.03º 0.61% 0.48% -
HSV(B) 184.03º 0.76% 0.77% -
XYZ 29.07 40.2 59.05 -
YUV 146.58 156.45 57.69 -
System Red Green Blue C M Y K H S L
Decimal 48 187 197 0.76 0.05 0 0.23 184.03 0.61 0.48
Hex 30 BB C5 4C 5 0 17 B8 3D 30
Octal 60 273 305 114 5 0 27 270 75 60
Binary 110000 10111011 11000101 1001100 101 0 10111 10111000 111101 110000

Color Harmonies of #30BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBC5

Black with #30BBC5

Text Example


Text Example

White with #30BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BBC5; }

 p { color: rgb(48,187,197); }

 H1.HeaderClassName
 {
   color: #30BBC5;
 }
 .AnyTagClassName
 {
   color: #30BBC5;
 }
</style>

background-color css

<style>
 a { background-color: #30BBC5; }

 a { background-color: rgb(48,187,197); }

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

border-color css

<style>
 span { border-color: #30BBC5; }

 span { border-color: rgb(48,187,197); }

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