Html Css Color HEX #30787C Atoll

📋 copy color: '#30787C'

red 48 ◦ green 120 ◦ blue 124

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

Shades of Atoll #30787C

Tints of Atoll #30787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.1%

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

R = 16.44%
G = 41.1%
B = 42.47%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30787C (or 0x30787C) is known color: Atoll. HEX triplet: 30, 78 and 7C. RGB value is (48,120,124). Sum of RGB (Red+Green+Blue) = 48+120+124=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #30787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787C is #CF8783. Grayscale: #626262. Windows color (decimal): -13600644 or 8157232. OLE color: 8157232.

HSL color Cylindrical-coordinate representation of color #30787C: hue angle of 183.16º 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 #30787C is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 120 124 -
CMYK 0.61 0.03 0 0.51
HSL 183.16º 0.44% 0.34% -
HSV(B) 183.16º 0.61% 0.49% -
XYZ 11.57 15.52 21.45 -
YUV 98.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 48 120 124 0.61 0.03 0 0.51 183.16 0.44 0.34
Hex 30 78 7C 3D 3 0 33 B7 2C 22
Octal 60 170 174 75 3 0 63 267 54 42
Binary 110000 1111000 1111100 111101 11 0 110011 10110111 101100 100010

Color Harmonies of #30787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30787C

Black with #30787C

Text Example


Text Example

White with #30787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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