Html Css Color HEX #30A5B6 Pelorous

📋 copy color: '#30A5B6'

red 48 ◦ green 165 ◦ blue 182

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

Shades of Pelorous #30A5B6

Tints of Pelorous #30A5B6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 12.15%
G = 41.77%
B = 46.08%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#30A5B6 (or 0x30A5B6) is known color: Pelorous. HEX triplet: 30, A5 and B6. RGB value is (48,165,182). Sum of RGB (Red+Green+Blue) = 48+165+182=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #30A5B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A5B6 is #CF5A49. Grayscale: #838383. Windows color (decimal): -13589066 or 11969840. OLE color: 11969840.

HSL color Cylindrical-coordinate representation of color #30A5B6: hue angle of 187.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30A5B6 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 165 182 -
CMYK 0.74 0.09 0 0.29
HSL 187.61º 0.58% 0.45% -
HSV(B) 187.61º 0.74% 0.71% -
XYZ 23.12 30.92 49 -
YUV 131.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 48 165 182 0.74 0.09 0 0.29 187.61 0.58 0.45
Hex 30 A5 B6 4A 9 0 1D BC 3A 2D
Octal 60 245 266 112 11 0 35 274 72 55
Binary 110000 10100101 10110110 1001010 1001 0 11101 10111100 111010 101101

Color Harmonies of #30A5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A5B6

Black with #30A5B6

Text Example


Text Example

White with #30A5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,165,182); }

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

background-color css

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

 a { background-color: rgb(48,165,182); }

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

border-color css

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

 span { border-color: rgb(48,165,182); }

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