Html Css Color HEX #30777E Atoll

📋 copy color: '#30777E'

red 48 ◦ green 119 ◦ blue 126

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

Shades of Atoll #30777E

Tints of Atoll #30777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

 BLUE value IS 126 (49.61% from 255) = 43%

R = 16.38%
G = 40.61%
B = 43%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30777E (or 0x30777E) is known color: Atoll. HEX triplet: 30, 77 and 7E. RGB value is (48,119,126). Sum of RGB (Red+Green+Blue) = 48+119+126=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #30777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30777E is #CF8881. Grayscale: #626262. Windows color (decimal): -13600898 or 8288048. OLE color: 8288048.

HSL color Cylindrical-coordinate representation of color #30777E: hue angle of 185.38º 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 #30777E is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 119 126 -
CMYK 0.62 0.06 0 0.51
HSL 185.38º 0.45% 0.34% -
HSV(B) 185.38º 0.62% 0.49% -
XYZ 11.58 15.33 22.09 -
YUV 98.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 48 119 126 0.62 0.06 0 0.51 185.38 0.45 0.34
Hex 30 77 7E 3E 6 0 33 B9 2D 22
Octal 60 167 176 76 6 0 63 271 55 42
Binary 110000 1110111 1111110 111110 110 0 110011 10111001 101101 100010

Color Harmonies of #30777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30777E

Black with #30777E

Text Example


Text Example

White with #30777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30777E; }

 p { color: rgb(48,119,126); }

 H1.HeaderClassName
 {
   color: #30777E;
 }
 .AnyTagClassName
 {
   color: #30777E;
 }
</style>

background-color css

<style>
 a { background-color: #30777E; }

 a { background-color: rgb(48,119,126); }

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

border-color css

<style>
 span { border-color: #30777E; }

 span { border-color: rgb(48,119,126); }

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