Html Css Color HEX #30827E Atoll

📋 copy color: '#30827E'

red 48 ◦ green 130 ◦ blue 126

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

Shades of Atoll #30827E

Tints of Atoll #30827E

RGB

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

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

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

R = 15.79%
G = 42.76%
B = 41.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#30827E (or 0x30827E) is known color: Atoll. HEX triplet: 30, 82 and 7E. RGB value is (48,130,126). Sum of RGB (Red+Green+Blue) = 48+130+126=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #30827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827E is #CF7D81. Grayscale: #686868. Windows color (decimal): -13598082 or 8290864. OLE color: 8290864.

HSL color Cylindrical-coordinate representation of color #30827E: hue angle of 177.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30827E is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 126 -
CMYK 0.63 0 0.03 0.49
HSL 177.07º 0.46% 0.35% -
HSV(B) 177.07º 0.63% 0.51% -
XYZ 12.97 18.1 22.55 -
YUV 105.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 48 130 126 0.63 0 0.03 0.49 177.07 0.46 0.35
Hex 30 82 7E 3F 0 3 31 B1 2E 23
Octal 60 202 176 77 0 3 61 261 56 43
Binary 110000 10000010 1111110 111111 0 11 110001 10110001 101110 100011

Color Harmonies of #30827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30827E

Black with #30827E

Text Example


Text Example

White with #30827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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