Html Css Color HEX #30787D Atoll

📋 copy color: '#30787D'

red 48 ◦ green 120 ◦ blue 125

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

Shades of Atoll #30787D

Tints of Atoll #30787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 16.38%
G = 40.96%
B = 42.66%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30787D (or 0x30787D) is known color: Atoll. HEX triplet: 30, 78 and 7D. RGB value is (48,120,125). Sum of RGB (Red+Green+Blue) = 48+120+125=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #30787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787D is #CF8782. Grayscale: #626262. Windows color (decimal): -13600643 or 8222768. OLE color: 8222768.

HSL color Cylindrical-coordinate representation of color #30787D: hue angle of 183.9º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30787D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 120 125 -
CMYK 0.62 0.04 0 0.51
HSL 183.9º 0.45% 0.34% -
HSV(B) 183.9º 0.62% 0.49% -
XYZ 11.64 15.54 21.79 -
YUV 99.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 48 120 125 0.62 0.04 0 0.51 183.9 0.45 0.34
Hex 30 78 7D 3E 4 0 33 B8 2D 22
Octal 60 170 175 76 4 0 63 270 55 42
Binary 110000 1111000 1111101 111110 100 0 110011 10111000 101101 100010

Color Harmonies of #30787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30787D

Black with #30787D

Text Example


Text Example

White with #30787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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