Html Css Color HEX #30817E Atoll

📋 copy color: '#30817E'

red 48 ◦ green 129 ◦ blue 126

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

Shades of Atoll #30817E

Tints of Atoll #30817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.57%

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

R = 15.84%
G = 42.57%
B = 41.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#30817E (or 0x30817E) is known color: Atoll. HEX triplet: 30, 81 and 7E. RGB value is (48,129,126). Sum of RGB (Red+Green+Blue) = 48+129+126=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #30817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817E is #CF7E81. Grayscale: #686868. Windows color (decimal): -13598338 or 8290608. OLE color: 8290608.

HSL color Cylindrical-coordinate representation of color #30817E: hue angle of 177.78º 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 #30817E is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 126 -
CMYK 0.63 0 0.02 0.49
HSL 177.78º 0.46% 0.35% -
HSV(B) 177.78º 0.63% 0.51% -
XYZ 12.84 17.84 22.5 -
YUV 104.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 48 129 126 0.63 0 0.02 0.49 177.78 0.46 0.35
Hex 30 81 7E 3F 0 2 31 B2 2E 23
Octal 60 201 176 77 0 2 61 262 56 43
Binary 110000 10000001 1111110 111111 0 10 110001 10110010 101110 100011

Color Harmonies of #30817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30817E

Black with #30817E

Text Example


Text Example

White with #30817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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