Html Css Color HEX #30787B Atoll

📋 copy color: '#30787B'

red 48 ◦ green 120 ◦ blue 123

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

Shades of Atoll #30787B

Tints of Atoll #30787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 16.49%
G = 41.24%
B = 42.27%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30787B (or 0x30787B) is known color: Atoll. HEX triplet: 30, 78 and 7B. RGB value is (48,120,123). Sum of RGB (Red+Green+Blue) = 48+120+123=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #30787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787B is #CF8784. Grayscale: #626262. Windows color (decimal): -13600645 or 8091696. OLE color: 8091696.

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

Color convert

RGB 48 120 123 -
CMYK 0.61 0.02 0 0.52
HSL 182.4º 0.44% 0.34% -
HSV(B) 182.4º 0.61% 0.48% -
XYZ 11.51 15.49 21.12 -
YUV 98.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 48 120 123 0.61 0.02 0 0.52 182.4 0.44 0.34
Hex 30 78 7B 3D 2 0 34 B6 2C 22
Octal 60 170 173 75 2 0 64 266 54 42
Binary 110000 1111000 1111011 111101 10 0 110100 10110110 101100 100010

Color Harmonies of #30787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30787B

Black with #30787B

Text Example


Text Example

White with #30787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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