Html Css Color HEX #0C9AA0 Eastern Blue

📋 copy color: '#0C9AA0'

red 12 ◦ green 154 ◦ blue 160

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

Shades of Eastern Blue #0C9AA0

Tints of Eastern Blue #0C9AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 3.68%
G = 47.24%
B = 49.08%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0C9AA0 (or 0x0C9AA0) is known color: Eastern Blue. HEX triplet: 0C, 9A and A0. RGB value is (12,154,160). Sum of RGB (Red+Green+Blue) = 12+154+160=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #0C9AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9AA0 is #F3655F. Grayscale: #707070. Windows color (decimal): -15951200 or 10525196. OLE color: 10525196.

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

Color convert

RGB 12 154 160 -
CMYK 0.93 0.04 0 0.37
HSL 182.43º 0.86% 0.34% -
HSV(B) 182.43º 0.93% 0.63% -
XYZ 18.05 25.73 37.27 -
YUV 112.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 12 154 160 0.93 0.04 0 0.37 182.43 0.86 0.34
Hex C 9A A0 5D 4 0 25 B6 56 22
Octal 14 232 240 135 4 0 45 266 126 42
Binary 1100 10011010 10100000 1011101 100 0 100101 10110110 1010110 100010

Color Harmonies of #0C9AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9AA0

Black with #0C9AA0

Text Example


Text Example

White with #0C9AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,160); }

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

background-color css

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

 a { background-color: rgb(12,154,160); }

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

border-color css

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

 span { border-color: rgb(12,154,160); }

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