Html Css Color HEX #307A80 Atoll

📋 copy color: '#307A80'

red 48 ◦ green 122 ◦ blue 128

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

Shades of Atoll #307A80

Tints of Atoll #307A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 16.11%
G = 40.94%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#307A80 (or 0x307A80) is known color: Atoll. HEX triplet: 30, 7A and 80. RGB value is (48,122,128). Sum of RGB (Red+Green+Blue) = 48+122+128=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #307A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A80 is #CF857F. Grayscale: #646464. Windows color (decimal): -13600128 or 8419888. OLE color: 8419888.

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

Color convert

RGB 48 122 128 -
CMYK 0.62 0.05 0 0.50
HSL 184.5º 0.45% 0.35% -
HSV(B) 184.5º 0.63% 0.5% -
XYZ 12.07 16.11 22.89 -
YUV 100.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 48 122 128 0.62 0.05 0 0.50 184.5 0.45 0.35
Hex 30 7A 80 3E 5 0 32 B8 2D 23
Octal 60 172 200 76 5 0 62 270 55 43
Binary 110000 1111010 10000000 111110 101 0 110010 10111000 101101 100011

Color Harmonies of #307A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A80

Black with #307A80

Text Example


Text Example

White with #307A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307A80; }

 p { color: rgb(48,122,128); }

 H1.HeaderClassName
 {
   color: #307A80;
 }
 .AnyTagClassName
 {
   color: #307A80;
 }
</style>

background-color css

<style>
 a { background-color: #307A80; }

 a { background-color: rgb(48,122,128); }

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

border-color css

<style>
 span { border-color: #307A80; }

 span { border-color: rgb(48,122,128); }

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