Html Css Color HEX #30A6BE Pelorous

📋 copy color: '#30A6BE'

red 48 ◦ green 166 ◦ blue 190

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

Shades of Pelorous #30A6BE

Tints of Pelorous #30A6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 11.88%
G = 41.09%
B = 47.03%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30A6BE (or 0x30A6BE) is known color: Pelorous. HEX triplet: 30, A6 and BE. RGB value is (48,166,190). Sum of RGB (Red+Green+Blue) = 48+166+190=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #30A6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6BE is #CF5941. Grayscale: #858585. Windows color (decimal): -13588802 or 12494384. OLE color: 12494384.

HSL color Cylindrical-coordinate representation of color #30A6BE: hue angle of 190.14º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30A6BE is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 166 190 -
CMYK 0.75 0.13 0 0.25
HSL 190.14º 0.6% 0.47% -
HSV(B) 190.14º 0.75% 0.75% -
XYZ 24.15 31.62 53.55 -
YUV 133.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 48 166 190 0.75 0.13 0 0.25 190.14 0.6 0.47
Hex 30 A6 BE 4B D 0 19 BE 3C 2F
Octal 60 246 276 113 15 0 31 276 74 57
Binary 110000 10100110 10111110 1001011 1101 0 11001 10111110 111100 101111

Color Harmonies of #30A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6BE

Black with #30A6BE

Text Example


Text Example

White with #30A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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