Html Css Color HEX #0C969C Eastern Blue

📋 copy color: '#0C969C'

red 12 ◦ green 150 ◦ blue 156

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

Shades of Eastern Blue #0C969C

Tints of Eastern Blue #0C969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 3.77%
G = 47.17%
B = 49.06%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C969C (or 0x0C969C) is known color: Eastern Blue. HEX triplet: 0C, 96 and 9C. RGB value is (12,150,156). Sum of RGB (Red+Green+Blue) = 12+150+156=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C969C is #F36963. Grayscale: #6D6D6D. Windows color (decimal): -15952228 or 10262028. OLE color: 10262028.

HSL color Cylindrical-coordinate representation of color #0C969C: hue angle of 182.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C969C is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 150 156 -
CMYK 0.92 0.04 0 0.39
HSL 182.5º 0.86% 0.33% -
HSV(B) 182.5º 0.92% 0.61% -
XYZ 17.06 24.29 35.24 -
YUV 109.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 12 150 156 0.92 0.04 0 0.39 182.5 0.86 0.33
Hex C 96 9C 5C 4 0 27 B6 56 21
Octal 14 226 234 134 4 0 47 266 126 41
Binary 1100 10010110 10011100 1011100 100 0 100111 10110110 1010110 100001

Color Harmonies of #0C969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C969C

Black with #0C969C

Text Example


Text Example

White with #0C969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,156); }

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

background-color css

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

 a { background-color: rgb(12,150,156); }

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

border-color css

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

 span { border-color: rgb(12,150,156); }

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