Html Css Color HEX #30797C Atoll

📋 copy color: '#30797C'

red 48 ◦ green 121 ◦ blue 124

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

Shades of Atoll #30797C

Tints of Atoll #30797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 16.38%
G = 41.3%
B = 42.32%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30797C (or 0x30797C) is known color: Atoll. HEX triplet: 30, 79 and 7C. RGB value is (48,121,124). Sum of RGB (Red+Green+Blue) = 48+121+124=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #30797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30797C is #CF8683. Grayscale: #636363. Windows color (decimal): -13600388 or 8157488. OLE color: 8157488.

HSL color Cylindrical-coordinate representation of color #30797C: hue angle of 182.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30797C is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 121 124 -
CMYK 0.61 0.02 0 0.51
HSL 182.37º 0.44% 0.34% -
HSV(B) 182.37º 0.61% 0.49% -
XYZ 11.69 15.76 21.49 -
YUV 99.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 48 121 124 0.61 0.02 0 0.51 182.37 0.44 0.34
Hex 30 79 7C 3D 2 0 33 B6 2C 22
Octal 60 171 174 75 2 0 63 266 54 42
Binary 110000 1111001 1111100 111101 10 0 110011 10110110 101100 100010

Color Harmonies of #30797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30797C

Black with #30797C

Text Example


Text Example

White with #30797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30797C; }

 p { color: rgb(48,121,124); }

 H1.HeaderClassName
 {
   color: #30797C;
 }
 .AnyTagClassName
 {
   color: #30797C;
 }
</style>

background-color css

<style>
 a { background-color: #30797C; }

 a { background-color: rgb(48,121,124); }

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

border-color css

<style>
 span { border-color: #30797C; }

 span { border-color: rgb(48,121,124); }

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