Html Css Color HEX #30A6BA Pelorous

📋 copy color: '#30A6BA'

red 48 ◦ green 166 ◦ blue 186

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

Shades of Pelorous #30A6BA

Tints of Pelorous #30A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 12%
G = 41.5%
B = 46.5%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#30A6BA (or 0x30A6BA) is known color: Pelorous. HEX triplet: 30, A6 and BA. RGB value is (48,166,186). Sum of RGB (Red+Green+Blue) = 48+166+186=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #30A6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6BA is #CF5945. Grayscale: #848484. Windows color (decimal): -13588806 or 12232240. OLE color: 12232240.

HSL color Cylindrical-coordinate representation of color #30A6BA: hue angle of 188.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30A6BA is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 166 186 -
CMYK 0.74 0.11 0 0.27
HSL 188.7º 0.59% 0.46% -
HSV(B) 188.7º 0.74% 0.73% -
XYZ 23.72 31.45 51.27 -
YUV 133 157.91 67.37 -
System Red Green Blue C M Y K H S L
Decimal 48 166 186 0.74 0.11 0 0.27 188.7 0.59 0.46
Hex 30 A6 BA 4A B 0 1B BD 3B 2E
Octal 60 246 272 112 13 0 33 275 73 56
Binary 110000 10100110 10111010 1001010 1011 0 11011 10111101 111011 101110

Color Harmonies of #30A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6BA

Black with #30A6BA

Text Example


Text Example

White with #30A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,186); }

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

background-color css

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

 a { background-color: rgb(48,166,186); }

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

border-color css

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

 span { border-color: rgb(48,166,186); }

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