Html Css Color HEX #30818C Atoll

📋 copy color: '#30818C'

red 48 ◦ green 129 ◦ blue 140

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

Shades of Atoll #30818C

Tints of Atoll #30818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 15.14%
G = 40.69%
B = 44.16%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30818C (or 0x30818C) is known color: Atoll. HEX triplet: 30, 81 and 8C. RGB value is (48,129,140). Sum of RGB (Red+Green+Blue) = 48+129+140=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #30818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30818C is #CF7E73. Grayscale: #696969. Windows color (decimal): -13598324 or 9208112. OLE color: 9208112.

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

Color convert

RGB 48 129 140 -
CMYK 0.66 0.08 0 0.45
HSL 187.17º 0.49% 0.37% -
HSV(B) 187.17º 0.66% 0.55% -
XYZ 13.8 18.22 27.6 -
YUV 106.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 48 129 140 0.66 0.08 0 0.45 187.17 0.49 0.37
Hex 30 81 8C 42 8 0 2D BB 31 25
Octal 60 201 214 102 10 0 55 273 61 45
Binary 110000 10000001 10001100 1000010 1000 0 101101 10111011 110001 100101

Color Harmonies of #30818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30818C

Black with #30818C

Text Example


Text Example

White with #30818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30818C; }

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

 H1.HeaderClassName
 {
   color: #30818C;
 }
 .AnyTagClassName
 {
   color: #30818C;
 }
</style>

background-color css

<style>
 a { background-color: #30818C; }

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

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

border-color css

<style>
 span { border-color: #30818C; }

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

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