Html Css Color HEX #30A6AD Pelorous

📋 copy color: '#30A6AD'

red 48 ◦ green 166 ◦ blue 173

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

Shades of Pelorous #30A6AD

Tints of Pelorous #30A6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 12.4%
G = 42.89%
B = 44.7%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#30A6AD (or 0x30A6AD) is known color: Pelorous. HEX triplet: 30, A6 and AD. RGB value is (48,166,173). Sum of RGB (Red+Green+Blue) = 48+166+173=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #30A6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A6AD is #CF5952. Grayscale: #838383. Windows color (decimal): -13588819 or 11380272. OLE color: 11380272.

HSL color Cylindrical-coordinate representation of color #30A6AD: hue angle of 183.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A6AD is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 166 173 -
CMYK 0.72 0.04 0 0.32
HSL 183.36º 0.57% 0.43% -
HSV(B) 183.36º 0.72% 0.68% -
XYZ 22.4 30.92 44.32 -
YUV 131.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 48 166 173 0.72 0.04 0 0.32 183.36 0.57 0.43
Hex 30 A6 AD 48 4 0 20 B7 39 2B
Octal 60 246 255 110 4 0 40 267 71 53
Binary 110000 10100110 10101101 1001000 100 0 100000 10110111 111001 101011

Color Harmonies of #30A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6AD

Black with #30A6AD

Text Example


Text Example

White with #30A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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