Html Css Color HEX #0C9BA2 Eastern Blue

📋 copy color: '#0C9BA2'

red 12 ◦ green 155 ◦ blue 162

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

Shades of Eastern Blue #0C9BA2

Tints of Eastern Blue #0C9BA2

RGB

 RED value IS 12 (5.08% from 255) = 3.65%

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 162 (63.67% from 255) = 49.24%

R = 3.65%
G = 47.11%
B = 49.24%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C9BA2 (or 0x0C9BA2) is known color: Eastern Blue. HEX triplet: 0C, 9B and A2. RGB value is (12,155,162). Sum of RGB (Red+Green+Blue) = 12+155+162=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C9BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9BA2 is #F3645D. Grayscale: #707070. Windows color (decimal): -15950942 or 10656524. OLE color: 10656524.

HSL color Cylindrical-coordinate representation of color #0C9BA2: hue angle of 182.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9BA2 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 155 162 -
CMYK 0.93 0.04 0 0.36
HSL 182.8º 0.86% 0.34% -
HSV(B) 182.8º 0.93% 0.64% -
XYZ 18.39 26.13 38.26 -
YUV 113.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 12 155 162 0.93 0.04 0 0.36 182.8 0.86 0.34
Hex C 9B A2 5D 4 0 24 B7 56 22
Octal 14 233 242 135 4 0 44 267 126 42
Binary 1100 10011011 10100010 1011101 100 0 100100 10110111 1010110 100010

Color Harmonies of #0C9BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9BA2

Black with #0C9BA2

Text Example


Text Example

White with #0C9BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9BA2; }

 p { color: rgb(12,155,162); }

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

background-color css

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

 a { background-color: rgb(12,155,162); }

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

border-color css

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

 span { border-color: rgb(12,155,162); }

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