Html Css Color HEX #028192 Eastern Blue

📋 copy color: '#028192'

red 2 ◦ green 129 ◦ blue 146

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

Shades of Eastern Blue #028192

Tints of Eastern Blue #028192

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 0.72%
G = 46.57%
B = 52.71%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#028192 (or 0x028192) is known color: Eastern Blue. HEX triplet: 02, 81 and 92. RGB value is (2,129,146). Sum of RGB (Red+Green+Blue) = 2+129+146=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #028192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028192 is #FD7E6D. Grayscale: #5C5C5C. Windows color (decimal): -16612974 or 9601282. OLE color: 9601282.

HSL color Cylindrical-coordinate representation of color #028192: hue angle of 187.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028192 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 129 146 -
CMYK 0.99 0.12 0 0.43
HSL 187.08º 0.97% 0.29% -
HSV(B) 187.08º 0.99% 0.57% -
XYZ 13.06 17.79 29.94 -
YUV 92.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 2 129 146 0.99 0.12 0 0.43 187.08 0.97 0.29
Hex 2 81 92 63 C 0 2B BB 61 1D
Octal 2 201 222 143 14 0 53 273 141 35
Binary 10 10000001 10010010 1100011 1100 0 101011 10111011 1100001 11101

Color Harmonies of #028192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028192

Black with #028192

Text Example


Text Example

White with #028192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028192; }

 p { color: rgb(2,129,146); }

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

background-color css

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

 a { background-color: rgb(2,129,146); }

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

border-color css

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

 span { border-color: rgb(2,129,146); }

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