Html Css Color HEX #30767F Atoll

📋 copy color: '#30767F'

red 48 ◦ green 118 ◦ blue 127

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

Shades of Atoll #30767F

Tints of Atoll #30767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 16.38%
G = 40.27%
B = 43.34%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30767F (or 0x30767F) is known color: Atoll. HEX triplet: 30, 76 and 7F. RGB value is (48,118,127). Sum of RGB (Red+Green+Blue) = 48+118+127=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #30767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30767F is #CF8980. Grayscale: #616161. Windows color (decimal): -13601153 or 8353328. OLE color: 8353328.

HSL color Cylindrical-coordinate representation of color #30767F: hue angle of 186.84º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30767F is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 118 127 -
CMYK 0.62 0.07 0 0.50
HSL 186.84º 0.45% 0.34% -
HSV(B) 186.84º 0.62% 0.5% -
XYZ 11.53 15.12 22.39 -
YUV 98.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 48 118 127 0.62 0.07 0 0.50 186.84 0.45 0.34
Hex 30 76 7F 3E 7 0 32 BB 2D 22
Octal 60 166 177 76 7 0 62 273 55 42
Binary 110000 1110110 1111111 111110 111 0 110010 10111011 101101 100010

Color Harmonies of #30767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30767F

Black with #30767F

Text Example


Text Example

White with #30767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30767F; }

 p { color: rgb(48,118,127); }

 H1.HeaderClassName
 {
   color: #30767F;
 }
 .AnyTagClassName
 {
   color: #30767F;
 }
</style>

background-color css

<style>
 a { background-color: #30767F; }

 a { background-color: rgb(48,118,127); }

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

border-color css

<style>
 span { border-color: #30767F; }

 span { border-color: rgb(48,118,127); }

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