Html Css Color HEX #30828B Atoll

📋 copy color: '#30828B'

red 48 ◦ green 130 ◦ blue 139

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

Shades of Atoll #30828B

Tints of Atoll #30828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 15.14%
G = 41.01%
B = 43.85%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30828B (or 0x30828B) is known color: Atoll. HEX triplet: 30, 82 and 8B. RGB value is (48,130,139). Sum of RGB (Red+Green+Blue) = 48+130+139=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #30828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828B is #CF7D74. Grayscale: #6A6A6A. Windows color (decimal): -13598069 or 9142832. OLE color: 9142832.

HSL color Cylindrical-coordinate representation of color #30828B: hue angle of 185.93º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30828B is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 130 139 -
CMYK 0.65 0.06 0 0.45
HSL 185.93º 0.49% 0.37% -
HSV(B) 185.93º 0.65% 0.55% -
XYZ 13.86 18.46 27.26 -
YUV 106.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 48 130 139 0.65 0.06 0 0.45 185.93 0.49 0.37
Hex 30 82 8B 41 6 0 2D BA 31 25
Octal 60 202 213 101 6 0 55 272 61 45
Binary 110000 10000010 10001011 1000001 110 0 101101 10111010 110001 100101

Color Harmonies of #30828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30828B

Black with #30828B

Text Example


Text Example

White with #30828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,130,139); }

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

background-color css

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

 a { background-color: rgb(48,130,139); }

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

border-color css

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

 span { border-color: rgb(48,130,139); }

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