Html Css Color HEX #18829C Eastern Blue

📋 copy color: '#18829C'

red 24 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #18829C

Tints of Eastern Blue #18829C

RGB

 RED value IS 24 (9.77% from 255) = 7.74%

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

 BLUE value IS 156 (61.33% from 255) = 50.32%

R = 7.74%
G = 41.94%
B = 50.32%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18829C (or 0x18829C) is known color: Eastern Blue. HEX triplet: 18, 82 and 9C. RGB value is (24,130,156). Sum of RGB (Red+Green+Blue) = 24+130+156=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #18829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18829C is #E77D63. Grayscale: #656565. Windows color (decimal): -15170916 or 10256920. OLE color: 10256920.

HSL color Cylindrical-coordinate representation of color #18829C: hue angle of 191.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18829C is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 130 156 -
CMYK 0.85 0.17 0 0.39
HSL 191.82º 0.73% 0.35% -
HSV(B) 191.82º 0.85% 0.61% -
XYZ 14.36 18.56 34.28 -
YUV 101.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 24 130 156 0.85 0.17 0 0.39 191.82 0.73 0.35
Hex 18 82 9C 55 11 0 27 C0 49 23
Octal 30 202 234 125 21 0 47 300 111 43
Binary 11000 10000010 10011100 1010101 10001 0 100111 11000000 1001001 100011

Color Harmonies of #18829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18829C

Black with #18829C

Text Example


Text Example

White with #18829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,130,156); }

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

background-color css

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

 a { background-color: rgb(24,130,156); }

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

border-color css

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

 span { border-color: rgb(24,130,156); }

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