Html Css Color HEX #30AF8D Niagara

📋 copy color: '#30AF8D'

red 48 ◦ green 175 ◦ blue 141

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

Shades of Niagara #30AF8D

Tints of Niagara #30AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.08%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 13.19%
G = 48.08%
B = 38.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#30AF8D (or 0x30AF8D) is known color: Niagara. HEX triplet: 30, AF and 8D. RGB value is (48,175,141). Sum of RGB (Red+Green+Blue) = 48+175+141=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF8D is #CF5072. Grayscale: #858585. Windows color (decimal): -13586547 or 9285424. OLE color: 9285424.

HSL color Cylindrical-coordinate representation of color #30AF8D: hue angle of 163.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF8D is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 141 -
CMYK 0.73 0 0.19 0.31
HSL 163.94º 0.57% 0.44% -
HSV(B) 163.94º 0.73% 0.69% -
XYZ 21.36 33.21 30.48 -
YUV 133.15 132.42 67.26 -
System Red Green Blue C M Y K H S L
Decimal 48 175 141 0.73 0 0.19 0.31 163.94 0.57 0.44
Hex 30 AF 8D 49 0 13 1F A4 39 2C
Octal 60 257 215 111 0 23 37 244 71 54
Binary 110000 10101111 10001101 1001001 0 10011 11111 10100100 111001 101100

Color Harmonies of #30AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF8D

Black with #30AF8D

Text Example


Text Example

White with #30AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,141); }

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

background-color css

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

 a { background-color: rgb(48,175,141); }

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

border-color css

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

 span { border-color: rgb(48,175,141); }

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