Html Css Color HEX #18829B Eastern Blue

📋 copy color: '#18829B'

red 24 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #18829B

Tints of Eastern Blue #18829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 7.77%
G = 42.07%
B = 50.16%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18829B (or 0x18829B) is known color: Eastern Blue. HEX triplet: 18, 82 and 9B. RGB value is (24,130,155). Sum of RGB (Red+Green+Blue) = 24+130+155=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #18829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18829B is #E77D64. Grayscale: #646464. Windows color (decimal): -15170917 or 10191384. OLE color: 10191384.

HSL color Cylindrical-coordinate representation of color #18829B: hue angle of 191.45º 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 #18829B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 130 155 -
CMYK 0.85 0.16 0 0.39
HSL 191.45º 0.73% 0.35% -
HSV(B) 191.45º 0.85% 0.61% -
XYZ 14.28 18.53 33.83 -
YUV 101.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 24 130 155 0.85 0.16 0 0.39 191.45 0.73 0.35
Hex 18 82 9B 55 10 0 27 BF 49 23
Octal 30 202 233 125 20 0 47 277 111 43
Binary 11000 10000010 10011011 1010101 10000 0 100111 10111111 1001001 100011

Color Harmonies of #18829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18829B

Black with #18829B

Text Example


Text Example

White with #18829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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